fix: wrangler ci directory mismatch
This commit is contained in:
parent
c39feb5c9a
commit
6b6bf4d0b1
1 changed files with 5 additions and 0 deletions
|
@ -53,11 +53,16 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
sparse-checkout: |
|
||||||
|
wrangler
|
||||||
- name: Get build artifacts
|
- name: Get build artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: public
|
name: public
|
||||||
path: public/
|
path: public/
|
||||||
|
- name: Change directory
|
||||||
|
run: cd wrangler
|
||||||
- name: Publish to Cloudflare
|
- name: Publish to Cloudflare
|
||||||
uses: cloudflare/wrangler-action@2.0.0
|
uses: cloudflare/wrangler-action@2.0.0
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue