Skip to content

Commit

Permalink
build.yaml: Fix architecture when building tarball (#727)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Leszko <[email protected]>
  • Loading branch information
hjpotter92 and leszko authored Nov 7, 2023
1 parent 09d7625 commit b7102c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -87,6 +87,7 @@ jobs:
with:
crate: c2patool
version: "0.6.2"
cache-key: "${{ matrix.platform.name }}-${{ matrix.architecture }}"

- name: Copy c2patool
run: |
Expand Down

0 comments on commit b7102c2

Please sign in to comment.