Skip to content

Commit 7f6dccd

Browse files
committed
Fix matrix variable usage
1 parent f87fc52 commit 7f6dccd

10 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/linux_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
if: always()
220220
with:
221221
# Define a name for the uploaded artifact (ensuring a unique name for each job):
222-
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}
222+
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ matrix.PLATFORM }}
223223

224224
# Specify the path to the file to upload:
225225
path: ./tmp/var/log/${{ matrix.BUILD_TASK }}.log

.github/workflows/linux_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
if: always()
220220
with:
221221
# Define a name for the uploaded artifact (ensuring a unique name for each job):
222-
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}
222+
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ matrix.PLATFORM }}
223223

224224
# Specify the path to the file to upload:
225225
path: ./tmp/var/log/${{ matrix.BUILD_TASK }}.log

.github/workflows/linux_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
if: always()
218218
with:
219219
# Define a name for the uploaded artifact (ensuring a unique name for each job):
220-
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}
220+
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ matrix.PLATFORM }}
221221

222222
# Specify the path to the file to upload:
223223
path: ./tmp/var/log/${{ matrix.BUILD_TASK }}.log

.github/workflows/linux_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
if: always()
220220
with:
221221
# Define a name for the uploaded artifact (ensuring a unique name for each job):
222-
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}
222+
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ matrix.PLATFORM }}
223223

224224
# Specify the path to the file to upload:
225225
path: ./tmp/var/log/${{ matrix.BUILD_TASK }}.log

.github/workflows/linux_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
if: always()
209209
with:
210210
# Define a name for the uploaded artifact (ensuring a unique name for each job):
211-
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}
211+
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ matrix.PLATFORM }}
212212

213213
# Specify the path to the file to upload:
214214
path: ./tmp/var/log/${{ matrix.BUILD_TASK }}.log

.github/workflows/macos_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
if: always()
206206
with:
207207
# Define a name for the uploaded artifact (ensuring a unique name for each job):
208-
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}
208+
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ matrix.PLATFORM }}
209209

210210
# Specify the path to the file to upload:
211211
path: ./tmp/var/log/${{ matrix.BUILD_TASK }}.log

.github/workflows/macos_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
if: always()
202202
with:
203203
# Define a name for the uploaded artifact (ensuring a unique name for each job):
204-
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}
204+
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ matrix.PLATFORM }}
205205

206206
# Specify the path to the file to upload:
207207
path: ./tmp/var/log/${{ matrix.BUILD_TASK }}.log

.github/workflows/macos_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
if: always()
206206
with:
207207
# Define a name for the uploaded artifact (ensuring a unique name for each job):
208-
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}
208+
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ matrix.PLATFORM }}
209209

210210
# Specify the path to the file to upload:
211211
path: ./tmp/var/log/${{ matrix.BUILD_TASK }}.log

.github/workflows/macos_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
if: always()
195195
with:
196196
# Define a name for the uploaded artifact (ensuring a unique name for each job):
197-
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}
197+
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ matrix.PLATFORM }}
198198

199199
# Specify the path to the file to upload:
200200
path: ./tmp/var/log/${{ matrix.BUILD_TASK }}.log

.github/workflows/windows_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
if: always()
249249
with:
250250
# Define a name for the uploaded artifact (ensuring a unique name for each job):
251-
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}
251+
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ matrix.PLATFORM }}
252252

253253
# Specify the path to the file to upload:
254254
path: ./tmp/var/log/${{ matrix.BUILD_TASK }}.log

0 commit comments

Comments
 (0)