Skip to content

Commit

Permalink
different artifacts per os
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Oct 12, 2024
1 parent fd3b2e8 commit 67fabb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
if: github.ref != 'refs/heads/master'
uses: actions/upload-artifact@v4
with:
name: binaries
name: binaries-${{ matrix.os }}
path: |
master-asm
branch-asm
Expand All @@ -90,10 +90,10 @@ jobs:
components: rustfmt clippy rust-src
targets: armv7-unknown-linux-gnueabihf

- name: Download math result for job 2
- name: Download prebuilt binaries
uses: actions/download-artifact@v4
with:
name: binaries
name: binaries-${{ matrix.os }}

- shell: bash
run: |
Expand Down

0 comments on commit 67fabb1

Please sign in to comment.