Skip to content

Commit

Permalink
updated artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
KerlosGirgis committed Feb 2, 2025
1 parent 72980ef commit 040b6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
flutter build apk --release --split-per-abi --target-platform="android-arm64"
- name: Upload APK to release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-arm64-v8a-release.apk.apk
path: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
Expand Down

0 comments on commit 040b6ea

Please sign in to comment.