Skip to content

Commit

Permalink
Fix path of app release
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDominguez committed May 16, 2024
1 parent 53b7a5f commit 3f7fcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dominguez.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/upload-artifact@v4
if: startsWith(github.ref, 'refs/tags/') == false
with:
path: app/build/outputs/apk/debug/app-release.apk
path: app/build/outputs/apk/release/app-release.apk

- name: Zip Test Results
uses: montudor/action-zip@v1
Expand Down

0 comments on commit 3f7fcad

Please sign in to comment.