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 7255c14 commit b756e26Copy full SHA for b756e26
.github/workflows/perltest.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/upload-artifact@v3
36
with:
37
name: cpan_log
38
- path: $env:HOME\.cpanm\work\*\build.log
+ path: C:\Users\RUNNER~1\.cpanm\work\*\build.log
39
- name: Archive CPAN logs on non-Windows
40
if: ${{ failure() }} && runner.os != 'Windows'
41
0 commit comments