Skip to content

Commit

Permalink
[TMP]
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Oct 15, 2024
1 parent 878fcda commit 6c02850
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-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]
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 }}-$(date +%Y%m%d-%H%M%S)
name: ${{ matrix.formula }}-${{ matrix.os }}-${{ github.run_id }}
path: '*.bottle.*'

- name: Attach the bottle to the release
Expand Down

0 comments on commit 6c02850

Please sign in to comment.