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 22575ac commit ee79be4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish_165.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
run: chmod +x ./gradlew
- name: Decode
run: |
if [ ! -d "~/.gradle/" ]; then
mkdir ~/.gradle/
else
echo "~/.gradle/ exists"
fi
rm -rf ~/.gradle/
mkdir ~/.gradle/
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 ee79be4

Please sign in to comment.