Skip to content

Commit

Permalink
add artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
randaller2k committed May 28, 2024
1 parent cf0b12d commit 3e4fb07
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 @@ -33,3 +33,9 @@ jobs:
# env:
# USERNAME: ${{ github.actor }}
# TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload APK as artifact
uses: actions/upload-artifact@v2
with:
name: app-release
path: app/build/outputs/apk/release/*.apk

0 comments on commit 3e4fb07

Please sign in to comment.