Skip to content

Commit

Permalink
Update action upload to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vaginessa authored Apr 3, 2024
1 parent 9346312 commit 119572e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
./gradlew ${{ github.event.inputs.module }}:assembleRelease
- name: upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.projectName }}${{ env.dirName }} - ${{ github.event.inputs.module }}
path: ${{ github.workspace }}/${{ env.projectName }}${{ github.event.inputs.repo-dir }}/${{ github.event.inputs.module }}/build/outputs/apk/release/*.apk
Expand Down

0 comments on commit 119572e

Please sign in to comment.