Skip to content

Commit f2d11f3

Browse files
authored
Merge pull request #3212 from Zeegomo/fix-logs-collection
Use wildcard in logs actions path
2 parents afddbdf + 52e39da commit f2d11f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
uses: actions/upload-artifact@v2
201201
with:
202202
name: ${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.toolchain }}-node-logs-from-failed-tests
203-
path: ${{ runner.temp }}/jormungandr-logs/
203+
path: ${{ runner.temp }}/jormungandr_*
204204
retention-days: 30
205205

206206
lints:

0 commit comments

Comments
 (0)