Skip to content

Commit

Permalink
ci: test base conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbrayo committed Jul 24, 2024
1 parent d54aed0 commit e055897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ jobs:
- uses: adnsio/[email protected]
- name: Load Android secrets
if: env.KEY_ANDROID_JKS != null
if: env.KEY_ANDROID_JKS_64 != null
env:
KEY_ANDROID_JKS: ${{ secrets.KEY_ANDROID_JKS }}
KEY_ANDROID_JKS_64: ${{ secrets.KEY_ANDROID_JKS_64 }}
run: |
printf "$KEY_ANDROID_JKS" > android.jks.key
printf "$KEY_ANDROID_JKS_64" | base64 --decode > android.jks.key
cat android.jks.age | age -d -i android.jks.key -o android.jks
rm android.jks.key
Expand Down

0 comments on commit e055897

Please sign in to comment.