Skip to content

Commit

Permalink
Fix artifact upload of development builds (#713)
Browse files Browse the repository at this point in the history
Fix artifact upload

[CI BUILD DEV]
  • Loading branch information
mikeage authored May 6, 2024
1 parent c4d2657 commit 47c95b7
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 @@ -532,7 +532,7 @@ jobs:
- name: Upload build/
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}
name: ${{ matrix.name }} ${{ matrix.flavors.title }}
path: |
build/${{ matrix.vrsdk }}
!build/Pico/*.symbols.zip
Expand Down

0 comments on commit 47c95b7

Please sign in to comment.