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 00e3e85 commit 53ef1c1Copy full SHA for 53ef1c1
.github/workflows/buildsite.yml
@@ -32,3 +32,9 @@ jobs:
32
git add docs/
33
if [ "$GIT_STATUS" != "" ]; then git commit -m "Web site generation"; fi
34
if [ "$GIT_STATUS" != "" ]; then git push; fi
35
+ - name: Archive CPAN logs
36
+ if: ${{ failure() }}
37
+ uses: actions/upload-artifact@v2
38
+ with:
39
+ name: cpan_log
40
+ path: .cpanm/work/*/build.log
0 commit comments