Skip to content

Commit

Permalink
Fix build_arm_runner artifact names, to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Nov 15, 2024
1 parent b395c17 commit 421afaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- name: Archive Artifacts
uses: actions/upload-artifact@v4
with:
name: raspberry-pi-${{ matrix.runner }}-build
name: raspberry-pi-${{ matrix.arch }}-build
path: |
*.zip
*.tar.gz
Expand Down

0 comments on commit 421afaa

Please sign in to comment.