Skip to content

Commit

Permalink
Fix dearmor
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 committed Sep 9, 2024
1 parent cca95b1 commit 7a698d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
run: chmod +x ./gradlew
- name: Create secrets file
run: |
brew install gpg
echo "${{ secrets.SIGNING_SECRET_KEYRING_BASE64 }}" | base64 --decode > keyring.asc
gpg --dearmor keyring.asc.gpg
gpg --dearmor keyring.asc
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 7a698d9

Please sign in to comment.