diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a94afb..c3c62c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,8 +58,7 @@ jobs: release_name: Release ${{ github.ref }} - name: Upload Mac Release - if: startsWith(github.ref, 'refs/tags/v') - if: matrix.os == 'macos-latest' + if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'macos-latest' uses: actions/upload-release-asset@v1.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}