Skip to content

Commit 488d099

Browse files
committed
🐞 fix: Artifact name
1 parent db7866a commit 488d099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_x86_64_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ jobs:
206206
- name: Download Javet Node
207207
uses: actions/download-artifact@v4
208208
with:
209-
name: javet-linux-node-x86_64-${{ env.JAVET_VERSION }}
209+
name: javet-linux-node-x86_64-${{ env.JAVET_VERSION }}-${{ matrix.name }}
210210
path: src/main/resources/
211211

212212
- name: Download Javet V8
213213
uses: actions/download-artifact@v4
214214
with:
215-
name: javet-linux-v8-x86_64-${{ env.JAVET_VERSION }}
215+
name: javet-linux-v8-x86_64-${{ env.JAVET_VERSION }}-${{ matrix.name }}
216216
path: src/main/resources/
217217

218218
- name: Prepare i18n Location

0 commit comments

Comments
 (0)