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