Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu authored Jun 19, 2024
1 parent 4a6609e commit 406425d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ jobs:
YARN_ENABLE_INLINE_BUILDS: true
- uses: actions/upload-artifact@v4
- if: ${{ failure() && runner.os == 'Windows' }}
with:
name: logs-${{matrix.pm}}-${{runner.os}}
overwrite: true
path: |
C:\npm\cache\_logs\
with:
name: logs-${{matrix.pm}}-${{runner.os}}
overwrite: true
path: |
C:\npm\cache\_logs\

0 comments on commit 406425d

Please sign in to comment.