Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewiilover authored Sep 9, 2024
1 parent bbb02c0 commit 066e2d7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,14 @@ jobs:
with:
arguments: build

- name: Upload APK
- name: Upload debug
uses: actions/upload-artifact@v3
with:
name: app-debug
path: wrapper/launcher/build/outputs/apk/*
path: wrapper/launcher/build/outputs/apk/debug/*
- name: Upload release
uses: actions/upload-artifact@v3
with:
name: app-debug
path: wrapper/launcher/build/outputs/apk/release/*

0 comments on commit 066e2d7

Please sign in to comment.