From b7102c2b99196a35bdb061443e3da0aa33bcf06a Mon Sep 17 00:00:00 2001 From: hjpotter92 Date: Tue, 7 Nov 2023 20:15:05 +0530 Subject: [PATCH] build.yaml: Fix architecture when building tarball (#727) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RafaƂ Leszko --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 10431b579..5c5920e6d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ env: jobs: build: name: Download binaries for ${{ matrix.platform.name }}-${{ matrix.architecture }} - runs-on: ${{ matrix.platform.name }} + runs-on: ${{ matrix.platform.name }}-${{ matrix.architecture }} strategy: fail-fast: false matrix: @@ -87,6 +87,7 @@ jobs: with: crate: c2patool version: "0.6.2" + cache-key: "${{ matrix.platform.name }}-${{ matrix.architecture }}" - name: Copy c2patool run: |