Skip to content

Commit

Permalink
Fix minisign cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Dec 27, 2021
1 parent d55d101 commit aafefb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Sign Package
run: |
touch ~/minisign.key && chmod 600 ~/minisign.key
echo "$MINISIGN_PRIVATE_KEY" > ~/minisign.key
echo -e "${{ secrets.MINISIGN_PRIVATE_KEY }}" > ~/minisign.key
MANIFEST=$(cat extension.json | base64 -w 0)
bash -c "echo \"\" | ~/minisign -s ~/minisign.key -S -m ./nanodump.tar.gz -t \"$MANIFEST\" -x nanodump.minisig"
Expand Down

0 comments on commit aafefb9

Please sign in to comment.