Skip to content

Commit 60d4717

Browse files
committed
Update to wrangler-action@v3
Maybe it works this time
1 parent 1673a77 commit 60d4717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cloudflare-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
with:
3232
node-version: 20
3333
- name: Upload to pages
34-
uses: cloudflare/wrangler-action@2.0.0
34+
uses: cloudflare/wrangler-action@v3
3535
with:
3636
apiToken: ${{ secrets.CF_API_TOKEN }}
3737
accountId: ${{ secrets.CF_ACCOUNT_ID }}
38-
command: pages publish bin/Release/net9.0/publish/wwwroot --project-name=codec8-blazor
38+
command: pages deploy bin/Release/net10.0/publish/wwwroot --project-name=codec8-blazor

0 commit comments

Comments
 (0)