Skip to content

Commit a125ffd

Browse files
Fixed artifact upload step
1 parent 4b68329 commit a125ffd

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
@@ -38,6 +38,6 @@ jobs:
3838
- name: Upload UEFI Artifacts
3939
uses: actions/upload-artifact@v3
4040
with:
41-
name: Raspberry Pi 4 UEFI Artifacts
41+
name: Raspberry Pi 4 UEFI Artifacts ${{ matrix.build_type }}
4242
path: |
4343
Build/RPi4/${{ matrix.build_type }}_GCC5/FV/RPI_EFI.fd

0 commit comments

Comments
 (0)