CI: add arch to npx wrangler cache key

This commit is contained in:
SukkaW 2025-01-17 20:56:34 +08:00
parent c8fb446bb5
commit c07fe1dd56

View File

@ -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 }}