Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Mar 12, 2024
1 parent b7db8ab commit 0868c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: 'Build Android Release'
run: |
cd android
echo $KEY_ALIAS
echo "1+++$KEY_ALIAS"
./gradlew assembleRelease
env:
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
Expand Down

0 comments on commit 0868c8f

Please sign in to comment.