Skip to content

Commit

Permalink
workflows: fix artifact name style
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffaloLavoisier committed Dec 11, 2024
1 parent 036c2a5 commit 0a3f390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-OSW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: ls -R
- uses: actions/download-artifact@v4
with:
pattern: "*.bin"
pattern: firmwares*
merge-multiple: true
- name: Display structure of artifacts files
run: ls -R
Expand Down

0 comments on commit 0a3f390

Please sign in to comment.