Skip to content

Commit

Permalink
Githubactions: Fix version test command
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Aug 11, 2023
1 parent 36b892b commit f687655
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,7 @@ jobs:
else
dpkg-buildpackage
fi
ls ../
ls obj-x86_64-linux-gnu/
sudo dpkg -i ../libyubihsm*_amd64.deb
dpkg -i ../libyubihsm*_amd64.deb
- name: clone yubihsmrs
working-directory: yubihsm-setup
Expand All @@ -188,7 +184,7 @@ jobs:
cargo deb --no-build
cp target/debian/*.deb $OUTPUT/
./target/release/yubihsm-setup version
./target/release/yubihsm-setup --version
./target/release/yubihsm-setup --help
LICESE_DIR="$OUTPUT/share/yubihsm-setup"
Expand Down

0 comments on commit f687655

Please sign in to comment.