Skip to content

Commit 7472008

Browse files
committed
Fix release workflow to correctly handle artifacts
1 parent 6ca9a0d commit 7472008

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,19 @@ jobs:
9393
- name: Download artifacts
9494
uses: actions/download-artifact@v4
9595
with:
96+
name: MusicalJoycons-linux-x86_64
97+
path: release
98+
99+
- name: Download artifacts
100+
uses: actions/download-artifact@v4
101+
with:
102+
name: MusicalJoycons-windows-x86_64
103+
path: release
104+
105+
- name: Download artifacts
106+
uses: actions/download-artifact@v4
107+
with:
108+
name: MusicalJoycons-macos-x86_64
96109
path: release
97110

98111
- name: List downloaded files

0 commit comments

Comments
 (0)