Skip to content

Commit

Permalink
Set release dependency on MacBuild
Browse files Browse the repository at this point in the history
To make sure the artifact is released, we need to wait
for MacBuild to finish.
  • Loading branch information
hzeller committed Jul 20, 2023
1 parent 7d301d5 commit ec014c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ jobs:
- name: Pack up
run: |
VERSION=$(git describe --match=v*)
.github/bin/simple-install.sh verible-${VERSION}-macOS
.github/bin/simple-install.sh verible-${VERSION}-macOS/bin
tar cvzf verible-${VERSION}-macOS.tar.gz verible-${VERSION}-macOS
- name: 📤 Upload artifact
Expand Down Expand Up @@ -534,7 +534,7 @@ jobs:
Release:
needs: [ Check, Build, WindowsBuild, PrepareVSPlugin ]
needs: [ Check, Build, MacOsBuild, WindowsBuild, PrepareVSPlugin ]
runs-on: ubuntu-20.04
name: 📦 Release
if: ${{github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')}}
Expand Down

0 comments on commit ec014c6

Please sign in to comment.