refactor: Upgrade to Flutter 3.0.0
This commit is contained in:
parent
4e497f5c39
commit
22ad34ab0a
21 changed files with 116 additions and 87 deletions
|
|
@ -1,5 +1,5 @@
|
|||
variables:
|
||||
FLUTTER_VERSION: 2.10.5
|
||||
FLUTTER_VERSION: 3.0.0
|
||||
|
||||
image: cirrusci/flutter:${FLUTTER_VERSION}
|
||||
|
||||
|
|
@ -303,7 +303,6 @@ upload-linux-arm64:
|
|||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file appimage/FluffyChat-arm64.AppImage ${PACKAGE_REGISTRY_URL}/FluffyChat-arm64.AppImage
|
||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file appimage/FluffyChat-arm64.AppImage.zsync ${PACKAGE_REGISTRY_URL}/FluffyChat-arm64.AppImage.zsync
|
||||
|
||||
|
||||
upload-windows:
|
||||
extends: .release
|
||||
image: alpine:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue