Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadwhy authored Dec 9, 2023
1 parent 8181ce4 commit 535cc8e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- name: Build with Gradle
run: ./gradlew assembleDebug

- name: Compress APK
run: zip -r app-debug.zip app/build/outputs/apk/debug/app-debug.apk

- uses: actions/upload-artifact@v3
with:
name: app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
name: app-debug.zip
path: app-debug.zip

0 comments on commit 535cc8e

Please sign in to comment.