Skip to content

Commit

Permalink
Update buildapk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiserdragon2 committed Jul 25, 2024
1 parent da72a95 commit 7d1ec4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/buildapk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,12 @@ jobs:
app/build/outputs/apk/you/debug/*.apk
app/build/outputs/apk/youPlay/debug/*.apk
- name: Upload to Release Action
uses: Shopify/upload-to-release@v2.0.0
with:
name: APK Upload
repo-token: ${{ secrets.GITHUB_TOKEN }}
path: app/build/outputs/apk/black/debug/*.apk



0 comments on commit 7d1ec4b

Please sign in to comment.