From 4f3f180886f64785364fc97ea439d0e82ad42144 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Wed, 8 Jan 2025 11:49:43 -0500 Subject: [PATCH] add arm64-apple-darwin branches to various jobs (this begs for refactoring) --- .github/workflows/publish.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a23258863891c..d43046aa1701c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -630,10 +630,10 @@ jobs: with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin path: target/artifacts - - name: Download staged package artifacts (x86_64-apple-darwin) + - name: Download staged package artifacts (arm64-apple-darwin) uses: actions/download-artifact@v4 with: - name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin + name: vector-${{ env.VECTOR_VERSION }}-arm64-apple-darwin path: target/artifacts - name: Download staged package artifacts (x86_64-pc-windows-msvc) uses: actions/download-artifact@v4 @@ -720,6 +720,11 @@ jobs: with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin path: target/artifacts + - name: Download staged package artifacts (arm64-apple-darwin) + uses: actions/download-artifact@v4 + with: + name: vector-${{ env.VECTOR_VERSION }}-arm64-apple-darwin + path: target/artifacts - name: Download staged package artifacts (x86_64-pc-windows-msvc) uses: actions/download-artifact@v4 with: @@ -824,6 +829,11 @@ jobs: with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin path: target/artifacts + - name: Download staged package artifacts (arm64-apple-darwin) + uses: actions/download-artifact@v4 + with: + name: vector-${{ env.VECTOR_VERSION }}-arm64-apple-darwin + path: target/artifacts - name: Download staged package artifacts (x86_64-pc-windows-msvc) uses: actions/download-artifact@v4 with: