diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ec349f..9790730 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,17 +107,3 @@ jobs: uses: actions/download-artifact@v8 with: name: OpenShell - - - name: Create GitHub Release - uses: softprops/action-gh-release@v3 - with: - tag_name: v${{ needs.build.outputs.new_version }} - name: ${{ needs.build.outputs.new_version }} - generate_release_notes: true - prerelease: true - files: | - OpenShellSetup*.exe - OpenShellSymbols_*.7z - Utility.exe - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}