Skip to content

Commit

Permalink
workflows: fix download version and change file path
Browse files Browse the repository at this point in the history
- for compatible from upload v3 and download v3
  • Loading branch information
RuffaloLavoisier committed Oct 7, 2024
1 parent d216a22 commit 9fc5005
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 @@ -96,14 +96,14 @@ jobs:
needs: build-OSW
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
pattern: "*.bin"
merge-multiple: true
- name: Create release and upload firmware to it
uses: softprops/action-gh-release@v2
with:
files: "*.bin"
files: "firmwares/*.bin"
draft: true
prerelease: true
generate_release_notes: true

0 comments on commit 9fc5005

Please sign in to comment.