Skip to content

Commit 421afaa

Browse files
committed
Fix build_arm_runner artifact names, to be unique
1 parent b395c17 commit 421afaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
- name: Archive Artifacts
201201
uses: actions/upload-artifact@v4
202202
with:
203-
name: raspberry-pi-${{ matrix.runner }}-build
203+
name: raspberry-pi-${{ matrix.arch }}-build
204204
path: |
205205
*.zip
206206
*.tar.gz

0 commit comments

Comments
 (0)