diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aa4d57fe..7ccffd515 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,7 @@ jobs: strategy: matrix: - # windows-latest, ubuntu-latest - os: [macos-13, macos-latest] + os: [macos-13, macos-latest, windows-latest, ubuntu-latest] arch: [x64, arm64] exclude: - os: windows-latest @@ -41,6 +40,9 @@ jobs: node-version: 20 arch: ${{ matrix.arch }} + - name: Install corepack + run: corepack enable && corepack prepare yarn@4.3.1 --activate + - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT @@ -55,9 +57,6 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - name: Install corepack - run: corepack enable && corepack prepare yarn@4.3.1 --activate - - name: Install Dependencies run: yarn install diff --git a/package.json b/package.json index 156c56e43..58ce2b5f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CherryStudio", - "version": "0.8.27", + "version": "0.9.0", "private": true, "description": "A powerful AI assistant for producer.", "main": "./out/main/index.js",