Skip to content

Commit

Permalink
change APK name for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Jul 10, 2021
1 parent 3f64b09 commit 3efccb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: jonasb/android-problem-matchers-action@v1
- name: Build the app
run: |
./gradlew assembleDebug && mv app/build/outputs/apk/debug/app-debug.apk app/build/outputs/apk/debug/StreetComplete-mnalis-debug.apk
./gradlew assembleDebug && mv app/build/outputs/apk/debug/app-debug.apk app/build/outputs/apk/debug/StreetComplete-mnalis-helium314-questorder-debug.apk
- name: Upload apk
uses: actions/upload-artifact@v2
with:
name: debug apk
path: app/build/outputs/apk/debug/StreetComplete-mnalis-debug.apk
path: app/build/outputs/apk/debug/StreetComplete-mnalis-helium314-questorder-debug.apk

0 comments on commit 3efccb3

Please sign in to comment.