Skip to content

Commit 2276080

Browse files
committed
Fix artifact upload
1 parent 163ba3a commit 2276080

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wled-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383
steps:
8484
- uses: actions/download-artifact@v4
8585
with:
86-
name: firmware-release
86+
name: firmware-release-*
87+
- name: List Artifacts
88+
run: find ./
8789
- name: Create draft release
8890
uses: softprops/action-gh-release@v1
8991
with:

0 commit comments

Comments
 (0)