diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4b69f36a10..682eee24f6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -50,6 +50,5 @@ jobs: # New Release - name: New Release uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: files: D:/DolphinMPN-linux.7z diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 341c36bef4..16f6280317 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -53,6 +53,5 @@ jobs: # New Release - name: New Release uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: files: D:/DolphinMPN-macOS-intel.7z diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 90e12ab58a..bff0b81f56 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -47,6 +47,5 @@ jobs: # New Release - name: New Release uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: files: D:/DolphinMPN-win32.7z