Skip to content

Commit 6b539a3

Browse files
committed
Fix path in log archive step
1 parent 53ef1c1 commit 6b539a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/buildsite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
uses: actions/upload-artifact@v2
3838
with:
3939
name: cpan_log
40-
path: .cpanm/work/*/build.log
40+
path: /root/.cpanm/work/*/build.log
41+
retention-days: 2

0 commit comments

Comments
 (0)