diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6358336d0f..42a9ecefec 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -42,9 +42,3 @@ jobs: # Zip Artifact - name: Zip Artifact run: 7z a D:/DolphinMPN-win32 D:/a/dolphin-mpn-src/dolphin-mpn-src/Binary/x64/* - # New Release - - name: New Release - if: ${{ startsWith(github.ref, 'refs/tags/') }} - uses: ncipollo/release-action@v1.12.0 - with: - artifacts: D:/DolphinMPN-win32.7z