Skip to content

Commit 47c95b7

Browse files
authored
Fix artifact upload of development builds (#713)
Fix artifact upload [CI BUILD DEV]
1 parent c4d2657 commit 47c95b7

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
@@ -532,7 +532,7 @@ jobs:
532532
- name: Upload build/
533533
uses: actions/upload-artifact@v4
534534
with:
535-
name: ${{ matrix.name }}
535+
name: ${{ matrix.name }} ${{ matrix.flavors.title }}
536536
path: |
537537
build/${{ matrix.vrsdk }}
538538
!build/Pico/*.symbols.zip

0 commit comments

Comments
 (0)