Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhrabcak committed Feb 2, 2023
2 parents 163d361 + 60f037c commit cdc4f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew assembleRelease --stacktrace
run: ./gradlew assembleDebug --stacktrace
- name: "Rename archive"
run: mv app/build/outputs/apk/release/app-release-unsigned.apk app-release.apk
run: mv app/build/outputs/apk/debug/app-debug.apk app-release.apk
- name: "Create GitHub release"
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit cdc4f44

Please sign in to comment.