diff options
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r-- | .github/workflows/windows.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bf0a27dd2..d83b8735a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -39,20 +39,6 @@ jobs: bash -x subsurface/.github/workflows/scripts/windows-in-container-build.sh 2>&1 | tee build.log grep "Built target installer" build.log - - name: create CI release - if: github.event_name == 'push' - uses: ./.github/actions/release - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_REPO: ${{ github.repository }} - REF: ${{ github.ref }} - COMMIT: ${{ github.sha }} - BIN1: ./subsurface-installer.exe - BIN2: ./subsurface.exe - BIN3: ./subsurface.exe.debug - BIN4: ./smtk2ssrf-installer.exe - BIN5: ./smtk2ssrf.exe - - name: prepare PR artifacts if: github.event_name == 'pull_request' run: | |