File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments