Skip to content

Commit

Permalink
Fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Sep 7, 2024
1 parent 163ba3a commit 2276080
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wled-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: firmware-release
name: firmware-release-*
- name: List Artifacts
run: find ./
- name: Create draft release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 2276080

Please sign in to comment.