Skip to content

Commit b756e26

Browse files
committed
Windows debugging
1 parent 7255c14 commit b756e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/upload-artifact@v3
3636
with:
3737
name: cpan_log
38-
path: $env:HOME\.cpanm\work\*\build.log
38+
path: C:\Users\RUNNER~1\.cpanm\work\*\build.log
3939
- name: Archive CPAN logs on non-Windows
4040
if: ${{ failure() }} && runner.os != 'Windows'
4141
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)