From f4683c367ec0de202817d0f223c5269e23c78064 Mon Sep 17 00:00:00 2001 From: iota9star Date: Sat, 24 Sep 2022 16:41:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v1.0.0-RC33.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apps.yml | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index c993b75..1173066 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -115,6 +115,7 @@ jobs: MACOS_IDENTITY: ${{ secrets.MACOS_IDENTITY }} MACOS_APP_RELEASE_PATH: build/macos/Build/Products/Release run: | + cp -f pubspec.yaml assets/ flutter config --enable-macos-desktop flutter pub get flutter build macos --release diff --git a/pubspec.yaml b/pubspec.yaml index 8d6d58f..d739a24 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: mikan_flutter description: mikanani.me -version: 1.0.0-RC32+54 +version: 1.0.0-RC33+55 publish_to: none