Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy committed Jul 18, 2024
1 parent c60c242 commit f7352bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
working-directory: /home/runner/work/client-ts/client-ts/cli/dist/deb
run: |
set -e -o pipefail
echo "$DEBIAN_GPG_KEY_PRIVATE" | base64 -d | gpg --import --batch --passphrase "$DEBIAN_GPG_KEY_PASS"
echo "$DEBIAN_GPG_KEY_PRIVATE" | gpg --import --batch --passphrase "$DEBIAN_GPG_KEY_PASS"
# gpg --digest-algo SHA512 --clearsign --pinentry-mode loopback --passphrase "$DEBIAN_GPG_KEY_PASS" -u $DEBIAN_GPG_KEY_ID -o InRelease Release
# gpg --digest-algo SHA512 -abs --pinentry-mode loopback --passphrase "$DEBIAN_GPG_KEY_PASS" -u $DEBIAN_GPG_KEY_ID -o Release.gpg Release
# echo "Signed debian packages successfully"
Expand Down

0 comments on commit f7352bd

Please sign in to comment.