Skip to content

Commit

Permalink
fix: github actions apk upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Gribbirg committed Jul 9, 2024
1 parent e0f73c2 commit 7e7b258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.APK_FILE }}
path: app/build/outputs/apk/release-signed/baselineProfiles/*.apk
path: ${{ github.workspace }}/app/build/outputs/apk/release-signed/baselineProfiles/${{ env.APK_FILE }}

0 comments on commit 7e7b258

Please sign in to comment.