Skip to content

Commit 53ef1c1

Browse files
committed
Archive CPAN logs
1 parent 00e3e85 commit 53ef1c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/buildsite.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ jobs:
3232
git add docs/
3333
if [ "$GIT_STATUS" != "" ]; then git commit -m "Web site generation"; fi
3434
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

Comments
 (0)