We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a06f7 commit 427a162Copy full SHA for 427a162
.github/workflows/main.yml
@@ -42,11 +42,11 @@ jobs:
42
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
43
44
- name: Upload logs on failure
45
- uses: actions/upload-artifact@v5
46
- if: failure()
47
- with:
48
- name: failed-job-logs
49
- path: | **/*.log
+ uses: actions/upload-artifact@v5
+ if: failure()
+ with:
+ name: failed-job-logs
+ path: | **/*.log
50
51
- name: Upload PDF file
52
uses: actions/upload-artifact@v4
0 commit comments