Skip to content

Commit

Permalink
Workflows: fix download version and change file path (#408)
Browse files Browse the repository at this point in the history
- downgrade artifact plugin
- fix path for binary file
  • Loading branch information
RuffaloLavoisier authored Oct 7, 2024
2 parents d216a22 + 9fc5005 commit e140c3f
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 e140c3f

Please sign in to comment.