Skip to content

Commit

Permalink
fix deb glob
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Aug 22, 2024
1 parent d92e712 commit 21326e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ jobs:
run: |
set -x
ls -lR ./release/
sudo dpkg --install ./release/openziti_*.${{ matrix.distro.type }} # install CLI
sudo dpkg --install ./release/openziti-*.${{ matrix.distro.type }} # install controller, router
sudo dpkg --install ./release/openziti_*.deb # install CLI
sudo dpkg --install ./release/openziti-*.deb # install controller, router
- name: Bootstrapping - Wet Run
shell: bash
Expand Down

0 comments on commit 21326e1

Please sign in to comment.