We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b64ebb commit 4ed1c44Copy full SHA for 4ed1c44
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- run: flutter pub get
56
- run: flutter build apk --release --target-platform=android-arm64 --no-shrink
57
- name: Upload APK
58
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
59
with:
60
name: apk
61
path: build/app/outputs/apk/release/app-release.apk
0 commit comments