new package script for mac

This commit is contained in:
Dagen Brock 2020-05-13 07:58:03 -05:00
parent 30d7edeb9c
commit 78653464a1
1 changed files with 1 additions and 2 deletions

View File

@ -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 }}