Skip to content

Commit 0787160

Browse files
committed
Update to wrangler-action@v3
Should work
1 parent a4a8475 commit 0787160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Remove .gz files
3535
run: rm src/bin/Release/net10.0/publish/wwwroot/_framework/*.gz
3636
- name: Upload to pages
37-
uses: cloudflare/wrangler-action@2.0.0
37+
uses: cloudflare/wrangler-action@v3
3838
with:
3939
apiToken: ${{ secrets.CF_API_TOKEN }}
4040
accountId: ${{ secrets.CF_ACCOUNT_ID }}
41-
command: pages publish src/bin/Release/net9.0/publish/wwwroot --project-name=zen2-smu-checker-blazor
41+
command: pages deploy src/bin/Release/net10.0/publish/wwwroot --project-name=zen2-smu-checker-blazor
4242

0 commit comments

Comments
 (0)