Skip to content

Commit

Permalink
fix file extender
Browse files Browse the repository at this point in the history
  • Loading branch information
lavoisier-zz committed Oct 7, 2024
1 parent 1b8e9f2 commit c9e3f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-OSW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
pattern: "*.zip"
pattern: "*.bin"
merge-multiple: true
- name: Create release and upload firmware to it
uses: softprops/action-gh-release@v2
with:
files: "*.zip"
files: "*.bin"
draft: true
prerelease: true
generate_release_notes: true

0 comments on commit c9e3f21

Please sign in to comment.