mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 02:00:37 +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: |
|
path: |
|
||||||
${{ steps.npm_cache_path.outputs.dir }}
|
${{ steps.npm_cache_path.outputs.dir }}
|
||||||
node_modules
|
node_modules
|
||||||
key: ${{ runner.os }}-deploy-to-cloudflare-npm
|
key: ${{ runner.os }}-${{ runner.arch }}-deploy-to-cloudflare-npm
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-artifact-${{ github.ref_name }}
|
name: build-artifact-${{ github.ref_name }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user