Skip to content

Commit 0ef4025

Browse files
authored
Fix path for npm logs
1 parent bd2c795 commit 0ef4025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5656
working-directory: package
5757

58-
- name: upload node logs
58+
- name: upload npm logs
5959
uses: actions/[email protected]
6060
with:
61-
name: node-logs
62-
path: C:\npm\cache\_logs
61+
name: npm-logs
62+
path: /home/runner/.npm/_logs
6363
continue-on-error: true
6464
if: always()

0 commit comments

Comments
 (0)