Skip to content

Commit

Permalink
upload build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtberlin authored and MagneFire committed Nov 4, 2023
1 parent 531595f commit 8fdc160
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build

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

0 comments on commit 8fdc160

Please sign in to comment.