Skip to content

Commit 7bec7c8

Browse files
committed
Fixed web dir
1 parent 4a90059 commit 7bec7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
8484
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
8585
packageManager: "bun"
86-
command: pages deploy ./out --project-name=flutter-uis --branch=main
86+
command: pages deploy ./app/build/web --project-name=flutter-uis --branch=main
8787

8888
# Deploy to Firebase
8989
- name: Deploy to Firebase

0 commit comments

Comments
 (0)