Skip to content

Commit

Permalink
Merge pull request #3212 from Zeegomo/fix-logs-collection
Browse files Browse the repository at this point in the history
Use wildcard in logs actions path
  • Loading branch information
zeegomo committed Apr 13, 2021
2 parents afddbdf + 52e39da commit f2d11f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.toolchain }}-node-logs-from-failed-tests
path: ${{ runner.temp }}/jormungandr-logs/
path: ${{ runner.temp }}/jormungandr_*
retention-days: 30

lints:
Expand Down

0 comments on commit f2d11f3

Please sign in to comment.