Skip to content

Commit

Permalink
fix: s/deb-sigs/debsigs
Browse files Browse the repository at this point in the history
  • Loading branch information
logikal committed Jan 31, 2025
1 parent 7b40494 commit bd01554
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sign-deb-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
gpg-key-pass: ${{ secrets.GPG_PASS }}
gpg-key-name: aerospike-inc

- name: Install deb-sigs
- name: Install debsigs
run: |
sudo apt-get update -y && sudo apt-get install deb-sigs -y
sudo apt-get update -y && sudo apt-get install debsigs -y
# It is required to use ether rpm or gpg directly to cache the password.
# This should be fixed in the future
Expand All @@ -36,5 +36,5 @@ jobs:
env:
GPG_TTY: no-tty
run: |
deb-sigs --sign builder tests/*.deb
deb-sigs --verify tests/*.deb
debsigs --sign builder tests/*.deb
debsigs --verify tests/*.deb

0 comments on commit bd01554

Please sign in to comment.