From 878fcdaf2a7f23a442eea231922b59376440246a Mon Sep 17 00:00:00 2001 From: krendelhoff2 Date: Mon, 14 Oct 2024 19:32:08 +0700 Subject: [PATCH] fixup! [Chore] Setup ventura bottles build --- .github/workflows/build-bottles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-bottles.yml b/.github/workflows/build-bottles.yml index d3479bf4..739d6958 100644 --- a/.github/workflows/build-bottles.yml +++ b/.github/workflows/build-bottles.yml @@ -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 @@ -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