Skip to content

Commit

Permalink
ci(fix): include macOS universal assets in release (tari-project#6402)
Browse files Browse the repository at this point in the history
Description
Include macOS universal assets in release by needs in workflow.

Motivation and Context
Include macOS universal assets in release

How Has This Been Tested?
Not test

What process can a PR reviewer use to test or verify this change?
---

<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify

<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
  • Loading branch information
leet4tari authored Jul 12, 2024
1 parent 2b22c1a commit 655283c
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 655283c

Please sign in to comment.