mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
CI: add arch to npx wrangler cache key
This commit is contained in:
parent
c8fb446bb5
commit
c07fe1dd56
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
path: |
|
||||
${{ steps.npm_cache_path.outputs.dir }}
|
||||
node_modules
|
||||
key: ${{ runner.os }}-deploy-to-cloudflare-npm
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-deploy-to-cloudflare-npm
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: build-artifact-${{ github.ref_name }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user