Skip to content

Commit

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

0 comments on commit b4978f6

Please sign in to comment.