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 0a3f390 commit 35f83ca
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 @@ -109,7 +109,7 @@ jobs:
- name: Create release and upload firmware to it
uses: softprops/action-gh-release@v2
with:
files: "firmwares*/*.bin"
files: "*.bin"
draft: true
prerelease: true
generate_release_notes: true

0 comments on commit 35f83ca

Please sign in to comment.