Skip to content

Commit

Permalink
cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy committed Jul 18, 2024
1 parent 61aa2d0 commit cf35914
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-cli-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,10 @@ jobs:

- name: Debian cert
if: matrix.os == 'ubuntu-latest'
working-directory: /home/runner/work/client-ts/client-ts/cli/dist/deb
run: |
export GPG_TTY=$(tty)
cd /home/runner/work/client-ts/client-ts/cli/dist/deb
# export GPG_TTY=$(tty)
# This will sign files after `oclif pack:deb`, this script should be ran from
# the `dist/deb` folder
echo "$DEBIAN_GPG_KEY_PRIVATE" | base64 -d 2> /dev/null | gpg --import --batch --passphrase "$DEBIAN_GPG_KEY_PASS" 2> /dev/null
gpg --digest-algo SHA512 --clearsign --pinentry-mode loopback --passphrase "$DEBIAN_GPG_KEY_PASS" -u $DEBIAN_GPG_KEY_ID -o InRelease Release 2> /dev/null
gpg --digest-algo SHA512 -abs --pinentry-mode loopback --passphrase "$DEBIAN_GPG_KEY_PASS" -u $DEBIAN_GPG_KEY_ID -o Release.gpg Release 2> /dev/null
Expand Down

0 comments on commit cf35914

Please sign in to comment.