Skip to content

Commit f8e2ba3

Browse files
committed
ci: fix artifact download names
1 parent 815c9a3 commit f8e2ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ jobs:
132132
- name: Download Binaries
133133
uses: actions/download-artifact@v4
134134
with:
135-
name: linux-x64-binary
135+
name: vrc-osc-manager
136136
path: ./release-artifacts/
137137

138138
- name: Download Windows Binary
139139
uses: actions/download-artifact@v4
140140
with:
141-
name: windows-x64-binary
141+
name: vrc-osc-manager.exe
142142
path: ./release-artifacts/
143143

144144
- name: Update version

0 commit comments

Comments
 (0)