Skip to content

Commit

Permalink
fix(ci-cd): Upload all APKs
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Oct 24, 2023
1 parent c6d20c7 commit f80d3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v3
with:
path: app/build/outputs/apk/debug/app-debug.apk
path: app/build/outputs/apk/debug/app-*-debug.apk

0 comments on commit f80d3cb

Please sign in to comment.