Skip to content

Commit d88b989

Browse files
committed
🐞 fix: Fix wrong name for windows
1 parent 3b11b35 commit d88b989

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_x86_64_build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,14 @@ jobs:
222222
- name: Download Javet Node
223223
uses: actions/download-artifact@v4
224224
with:
225-
name: javet-windows-v8-x86_64-${{ env.JAVET_VERSION }}-${{ matrix.name }}
226-
path: src\main\resources
225+
name: javet-windows-node-x86_64-${{ env.JAVET_VERSION }}-${{ matrix.name }}
226+
path: src\main\resources\
227227

228228
- name: Download Javet V8
229229
uses: actions/download-artifact@v4
230230
with:
231231
name: javet-windows-v8-x86_64-${{ env.JAVET_VERSION }}-${{ matrix.name }}
232-
path: src\main\resources
232+
path: src\main\resources\
233233

234234
- name: Prepare i18n Location
235235
if: matrix.name == 'i18n'

0 commit comments

Comments
 (0)