Skip to content

Commit

Permalink
fix: upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Nov 4, 2024
1 parent 5e3393f commit c5a54fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ./gradlew detekt assembleRelease

- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: arm64-v8a-${{ github.sha }}
path: app/build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk

0 comments on commit c5a54fd

Please sign in to comment.