Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaanen committed Dec 11, 2023
1 parent 5ea9f4a commit 3489dbd
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:
run: ./gradlew --version; cmake --version

- name: Build APK
run: ./gradlew assembleDebug # Change 'assembleDebug' to 'assembleRelease' if you want a release build
run: ls -a; ./gradlew assembleDebug # Change 'assembleDebug' to 'assembleRelease' if you want a release build

- name: Upload APK artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3489dbd

Please sign in to comment.