Skip to content

Commit

Permalink
ci(fix): include macOS universal assets in release
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Jul 12, 2024
1 parent 2b22c1a commit 4a1145e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}

runs-on: ubuntu-latest
needs: builds
needs: [ builds, macOS-universal-assemble ]

env:
TARI_NETWORK_DIR: ${{ needs.builds.outputs.TARI_NETWORK_DIR }}
Expand Down

0 comments on commit 4a1145e

Please sign in to comment.