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