diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8f31f5d9f6..e8369eae1c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -46,6 +46,7 @@ jobs: 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