mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
CI: cache wrangler
This commit is contained in:
parent
3ec0e69b28
commit
1843f502b9
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -97,7 +97,9 @@ jobs:
|
||||
- name: Cache NPM cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ steps.npm_cache_path.outputs.dir }}
|
||||
path: |
|
||||
${{ steps.npm_cache_path.outputs.dir }}
|
||||
node_modules
|
||||
key: ${{ runner.os }}-deploy-to-cloudflare-npm
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user