From 3601afe170d4da1b2ed2b0887c234791d30e42ce Mon Sep 17 00:00:00 2001 From: dhzdhd Date: Mon, 28 Nov 2022 14:59:04 +0530 Subject: [PATCH] Ready for v0.4.0 --- .github/workflows/build-release.yml | 8 ++++---- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 14d29be..f73e348 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -112,7 +112,7 @@ jobs: release: runs-on: ubuntu-latest - needs: [build-linux, build-android, build-windows, build-macos] + needs: [build-linux, build-android, build-windows] # build-macos steps: - name: Checkout uses: actions/checkout@v3 @@ -123,7 +123,7 @@ jobs: path: exec/ - name: Zip Linux and Windows programs - run: 7z a -tZip ExCode-linux.zip exec/lin && 7z a -tZip ExCode-win.zip exec/win && 7z a -tZip ExCode-mac.zip exec/mac + run: 7z a -tZip ExCode-linux.zip exec/lin && 7z a -tZip ExCode-win.zip exec/win # && 7z a -tZip ExCode-mac.zip exec/mac - name: Display structure of downloaded files run: tree exec/ @@ -133,7 +133,7 @@ jobs: # if: startsWith(github.ref, 'refs/tags/') with: name: ExCode - tag_name: v0.3.0 + tag_name: v0.4.0 prerelease: true generate_release_notes: true files: | @@ -141,7 +141,7 @@ jobs: exec/android/flutter-apk/* ExCode-linux.zip ExCode-win.zip - ExCode-mac.zip + # ExCode-mac.zip body_path: CHANGELOG.md token: ${{ secrets.GITHUB_TOKEN }} diff --git a/pubspec.yaml b/pubspec.yaml index 571deab..8b977d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A code execution editor which supports multiple languages. publish_to: 'none' -version: 0.3.0 +version: 0.4.0 environment: sdk: ">=2.17.0 <3.0.0"