Skip to content

Commit

Permalink
Corrected generated APK file path
Browse files Browse the repository at this point in the history
  • Loading branch information
cioccarellia committed Feb 28, 2024
1 parent 3c48e4e commit 6793a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v1
with:
name: showcase-debug-build.apk
path: showcase/build/outputs/apk/debug/test-debug.apk
name: test-debug-build.apk
path: test/build/outputs/apk/debug/test-debug.apk

0 comments on commit 6793a0d

Please sign in to comment.