Skip to content

Commit

Permalink
chore: not using Base64 decode
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 4, 2024
1 parent 82687d0 commit 96f53c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
distribution: 'adopt'
- name: Create .gpg key
run: |
echo $GPG_KEY_ARMOR | ./release.asc
echo $GPG_KEY_ARMOR > ./release.asc
gpg --quiet --output $GITHUB_WORKSPACE/release.gpg --dearmor ./release.asc
echo "Build and publish"
Expand Down

0 comments on commit 96f53c6

Please sign in to comment.