Skip to content

Commit

Permalink
Update buildapk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiserdragon2 committed Jul 24, 2024
1 parent d29aa8f commit a37ca15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildapk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
echo storeFile='${{ github.workspace }}/key.jks' >> keystore.properties
echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks
fi
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build debug APK
run: ./gradlew app:assembleDebug
- name: Upload artifact
Expand Down

0 comments on commit a37ca15

Please sign in to comment.