fix: wrangler ci directory mismatch
Some checks failed
Build & Deploy / build (push) Successful in 13s
Build & Deploy / deploy-to-remote (push) Successful in 13s
Build & Deploy / deploy-to-cloudflare (push) Failing after 20s

This commit is contained in:
CDN 2023-11-15 11:15:14 +08:00
parent c39feb5c9a
commit 6b6bf4d0b1
Signed by: CDN18
GPG key ID: CF7D420E4A155266

View file

@ -53,11 +53,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: |
wrangler
- name: Get build artifacts
uses: actions/download-artifact@v3
with:
name: public
path: public/
- name: Change directory
run: cd wrangler
- name: Publish to Cloudflare
uses: cloudflare/wrangler-action@2.0.0
with: