Skip to content

Commit

Permalink
Fix upload apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Sep 26, 2023
1 parent 02c20d1 commit 33b5879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: success()
uses: actions/upload-artifact@v3.1.3
with:
path: app/build/outputs/apk/pinboardapi/debug/app-pinboardapi-debug.apk
path: app/build/outputs/apk/pinboardapi/debug/*.apk

instrumented_tests:
name: Instrumented Tests
Expand Down

0 comments on commit 33b5879

Please sign in to comment.