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 3b85152 commit 878fcda
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-dac-client, tezos-codec, tezos-client, tezos-admin-client, tezos-node, tezos-accuser-PsParisC, tezos-baker-PsParisC, tezos-baker-PtParisB]
formula: [tezos-smart-rollup-wasm-debugger, tezos-dac-client, tezos-codec, tezos-client, tezos-admin-client, tezos-node, 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 }}-${{ github.run_id }}-${{ github.job }}
name: homebrew-bottles-${{ matrix.os }}-${{ github.run_id }}-${{ github.job }}-$(date +%Y%m%d-%H%M%S)
path: '*.bottle.*'

- name: Attach the bottle to the release
Expand Down

0 comments on commit 878fcda

Please sign in to comment.