We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7866a commit 488d099Copy full SHA for 488d099
.github/workflows/linux_x86_64_build.yml
@@ -206,13 +206,13 @@ jobs:
206
- name: Download Javet Node
207
uses: actions/download-artifact@v4
208
with:
209
- name: javet-linux-node-x86_64-${{ env.JAVET_VERSION }}
+ name: javet-linux-node-x86_64-${{ env.JAVET_VERSION }}-${{ matrix.name }}
210
path: src/main/resources/
211
212
- name: Download Javet V8
213
214
215
- name: javet-linux-v8-x86_64-${{ env.JAVET_VERSION }}
+ name: javet-linux-v8-x86_64-${{ env.JAVET_VERSION }}-${{ matrix.name }}
216
217
218
- name: Prepare i18n Location
0 commit comments