diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a9bfa92e23..5ee9b3f99a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -49,6 +49,7 @@ jobs: run: 7z a /home/runner/DolphinMPN-linux /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/* # New Release - name: New Release + if: ${{ startsWith(github.ref, 'refs/tags/') }} uses: ncipollo/release-action@v1.12.0 with: artifacts: /home/runner/DolphinMPN-linux.7z