Skip to content

Commit 06c3dc1

Browse files
committed
Fix deploy build issue
1 parent 898bb85 commit 06c3dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
echo "QUOKKA_FLAVOR=stable" >> $GITHUB_ENV
104104
echo "WEB_DIR=www" >> $GITHUB_ENV
105105
- name: Build
106-
run: flutter build web web --wasm --release --no-web-resources-cdn --dart-define=flavor=$QUOKKA_FLAVOR
106+
run: flutter build web --wasm --release --no-web-resources-cdn --dart-define=flavor=$QUOKKA_FLAVOR
107107
- name: Deploy to SFTP
108108
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
109109
env:

0 commit comments

Comments
 (0)