Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomzzz committed Feb 5, 2024
1 parent 057a13f commit 68f4ef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: |
if [ ! -d "~/.gradle/" ];then
mkdir ~/.gradle
else
echo "~/.gradle/ exists"
fi
touch ~/.gradle/secring.pgp.base64
echo "${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}" > ~/.gradle/secring.pgp.base64
base64 -d ~/.gradle/secring.pgp.base64 > ~/.gradle/secring.pgp
Expand Down

0 comments on commit 68f4ef5

Please sign in to comment.