Skip to content

Commit f961617

Browse files
CI - always upload log artifacts
1 parent 4b23a1a commit f961617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ jobs:
244244

245245
- name: Archive Logs
246246
uses: actions/upload-artifact@v2
247+
if: ${{ always() }}
247248
with:
248-
name: Logs_${{matrix.title}}_${{matrix.build_type}}
249+
name: Logs_${{matrix.title}}_${{matrix.cc}}_${{matrix.arch}}_${{matrix.build_type}}
249250
path: |
250251
~/.sonic-pi/log/*.log

0 commit comments

Comments
 (0)