Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech authored May 23, 2022
1 parent 7da49b2 commit 0ec7dba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,13 @@ jobs:

- name: run
run: cordova build android

- uses: actions/upload-artifact@v3
with:
name: apk
path: /home/runner/work/android-builds/android-builds/platforms/android/app/build/outputs/apk/debug/app-debug.apk

- uses: actions/upload-artifact@v3
with:
name: build-files
path: /home/runner/work/android-builds/android-builds/platforms/android/

0 comments on commit 0ec7dba

Please sign in to comment.