We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1673a77 commit 60d4717Copy full SHA for 60d4717
.github/workflows/cloudflare-publish.yml
@@ -31,8 +31,8 @@ jobs:
31
with:
32
node-version: 20
33
- name: Upload to pages
34
- uses: cloudflare/wrangler-action@2.0.0
+ uses: cloudflare/wrangler-action@v3
35
36
apiToken: ${{ secrets.CF_API_TOKEN }}
37
accountId: ${{ secrets.CF_ACCOUNT_ID }}
38
- command: pages publish bin/Release/net9.0/publish/wwwroot --project-name=codec8-blazor
+ command: pages deploy bin/Release/net10.0/publish/wwwroot --project-name=codec8-blazor
0 commit comments