diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfe9af38..14bc13a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,19 +37,19 @@ jobs: - run: echo ${{ steps.changelog.outputs.version }} - run: echo "`jq '.version="${{ steps.changelog.outputs.version }}"' package.json`" > package.json - compile: - uses: ./.github/workflows/build-exe.yml - needs: [bump-version] - with: - ref: v${{ needs.bump-version.outputs.packageVersion }} - - create-release: - runs-on: ubuntu-latest - needs: [bump-version, compile] - steps: - - uses: actions/download-artifact@v3 - - - uses: ncipollo/release-action@v1 - with: - artifacts: "arm64/*,x64/*" - tag: v${{ needs.bump-version.outputs.packageVersion }} + # compile: + # uses: ./.github/workflows/build-exe.yml + # needs: [bump-version] + # with: + # ref: v${{ needs.bump-version.outputs.packageVersion }} + + # create-release: + # runs-on: ubuntu-latest + # needs: [bump-version, compile] + # steps: + # - uses: actions/download-artifact@v3 + + # - uses: ncipollo/release-action@v1 + # with: + # artifacts: "arm64/*,x64/*" + # tag: v${{ needs.bump-version.outputs.packageVersion }}