Skip to content

Commit

Permalink
Update BuildAndRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TankNee authored Sep 27, 2020
1 parent 5db24ea commit c44e0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
name: MacOS_Dist
path: Neeto-Vue-darwin-x64.zip
release:
needs: [build-windows]
needs: [build-windows, build-linux, build-mac]
runs-on: ubuntu-latest
if: contains(github.ref, 'refs/tags/v')
steps:
Expand Down

0 comments on commit c44e0a8

Please sign in to comment.