Skip to content

Commit

Permalink
fixup! [Chore] Setup ventura bottles build
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Oct 14, 2024
1 parent 99d13ba commit 3b85152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ { id: macos-13, name: "ventura" } ]
# we don't bottle meta-formulas that contain only services
formula: [tezos-smart-rollup-wasm-debugger, tezos-smart-rollup-node, tezos-dac-client, tezos-dac-node, tezos-dal-node, tezos-signer, tezos-codec, tezos-client, tezos-admin-client, tezos-node, tezos-accuser-PsParisC, tezos-baker-PsParisC, tezos-accuser-PtParisB, tezos-baker-PtParisB, tezos-accuser-Proxford, tezos-baker-Proxford]
formula: [tezos-smart-rollup-wasm-debugger, tezos-dac-client, tezos-codec, tezos-client, tezos-admin-client, tezos-node, tezos-accuser-PsParisC, tezos-baker-PsParisC, tezos-baker-PtParisB]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
if: steps.check-built.outcome == 'failure'
uses: actions/upload-artifact@v4
with:
name: homebrew-bottles-${{ matrix.os }}
name: homebrew-bottles-${{ matrix.os }}-${{ github.run_id }}-${{ github.job }}
path: '*.bottle.*'

- name: Attach the bottle to the release
Expand Down

0 comments on commit 3b85152

Please sign in to comment.