Skip to content

Commit

Permalink
just run already
Browse files Browse the repository at this point in the history
  • Loading branch information
shub39 committed Jun 7, 2024
1 parent 1e94d69 commit 97ad740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
java-version: '17'

- name: Decode and write keystore
run: echo ${{ secrets.KEYSTORE_FILE }} | base64 --decode > release.keystore
run: |
echo ${{ secrets.KEYSTORE_FILE }} | base64 --decode > release.keystore
- name: Build Release APK
run: ./gradlew assembleRelease
Expand Down

0 comments on commit 97ad740

Please sign in to comment.