Skip to content

Commit 2865e6a

Browse files
committed
Set conditional to "always"
1 parent 204ca64 commit 2865e6a

10 files changed

Lines changed: 10 additions & 0 deletions

.github/workflows/linux_benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ jobs:
216216
# Upload the log file:
217217
- name: 'Upload log file'
218218
uses: actions/upload-artifact@v2
219+
if: always()
219220
with:
220221
# Define a name for the uploaded artifact (ensuring a unique name for each job):
221222
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}

.github/workflows/linux_examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ jobs:
216216
# Upload the log file:
217217
- name: 'Upload log file'
218218
uses: actions/upload-artifact@v2
219+
if: always()
219220
with:
220221
# Define a name for the uploaded artifact (ensuring a unique name for each job):
221222
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}

.github/workflows/linux_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ jobs:
214214
# Upload the log file:
215215
- name: 'Upload log file'
216216
uses: actions/upload-artifact@v2
217+
if: always()
217218
with:
218219
# Define a name for the uploaded artifact (ensuring a unique name for each job):
219220
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}

.github/workflows/linux_test_cov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ jobs:
216216
# Upload the log file:
217217
- name: 'Upload log file'
218218
uses: actions/upload-artifact@v2
219+
if: always()
219220
with:
220221
# Define a name for the uploaded artifact (ensuring a unique name for each job):
221222
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}

.github/workflows/linux_test_npm_install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ jobs:
205205
# Upload the log file:
206206
- name: 'Upload log file'
207207
uses: actions/upload-artifact@v2
208+
if: always()
208209
with:
209210
# Define a name for the uploaded artifact (ensuring a unique name for each job):
210211
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}

.github/workflows/macos_benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
# Upload the log file:
203203
- name: 'Upload log file'
204204
uses: actions/upload-artifact@v2
205+
if: always()
205206
with:
206207
# Define a name for the uploaded artifact (ensuring a unique name for each job):
207208
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}

.github/workflows/macos_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ jobs:
198198
# Upload the log file:
199199
- name: 'Upload log file'
200200
uses: actions/upload-artifact@v2
201+
if: always()
201202
with:
202203
# Define a name for the uploaded artifact (ensuring a unique name for each job):
203204
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}

.github/workflows/macos_test_cov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
# Upload the log file:
203203
- name: 'Upload log file'
204204
uses: actions/upload-artifact@v2
205+
if: always()
205206
with:
206207
# Define a name for the uploaded artifact (ensuring a unique name for each job):
207208
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}

.github/workflows/macos_test_npm_install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ jobs:
191191
# Upload the log file:
192192
- name: 'Upload log file'
193193
uses: actions/upload-artifact@v2
194+
if: always()
194195
with:
195196
# Define a name for the uploaded artifact (ensuring a unique name for each job):
196197
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}

.github/workflows/windows_test_npm_install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ jobs:
242242
# Upload the log file:
243243
- name: 'Upload log file'
244244
uses: actions/upload-artifact@v2
245+
if: always()
245246
with:
246247
# Define a name for the uploaded artifact (ensuring a unique name for each job):
247248
name: ${{ matrix.BUILD_TASK }}-log-v${{ matrix.NODE_VERSION }}-${{ env.PLATFORM }}

0 commit comments

Comments
 (0)