From 78653464a109d97d4dd06e6ad06c29156243d015 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Wed, 13 May 2020 07:58:03 -0500 Subject: [PATCH] new package script for mac --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}