Skip to content

Commit 8b64ebb

Browse files
committed
update ci
1 parent 15ff9a0 commit 8b64ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: flutter pub get
5656
- run: flutter build apk --release --target-platform=android-arm64 --no-shrink
5757
- name: Upload APK
58-
uses: actions/upload-artifact@v2
58+
uses: actions/upload-artifact@v3
5959
with:
6060
name: apk
6161
path: build/app/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)