Skip to content

Commit

Permalink
Fix keyring decode
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 committed Sep 9, 2024
1 parent 779e6cc commit 2e3a882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Give execution permissions to the gradle wrapper
run: chmod +x ./gradlew
- name: Create secrets file
run: base64 --decode ${{ secrets.SIGNING_SECRET_KEYRING_BASE64 }} > keyring.gpg
run: echo "${{ secrets.SIGNING_SECRET_KEYRING_BASE64 }}" | base64 --decode > keyring.gpg
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 2e3a882

Please sign in to comment.