Skip to content

Commit

Permalink
Fix to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
null-dev committed Jun 22, 2021
1 parent df4e934 commit 946efb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
target/release/mac-${{ matrix.target }}
manifest/manifest-mac.json
release:
needs: [build-linux, build-windows]
needs: [build-linux, build-windows, build-mac]
runs-on: ubuntu-latest
steps:
- name: Install utils
Expand Down

0 comments on commit 946efb2

Please sign in to comment.