We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898bb85 commit 06c3dc1Copy full SHA for 06c3dc1
.github/workflows/deploy.yml
@@ -103,7 +103,7 @@ jobs:
103
echo "QUOKKA_FLAVOR=stable" >> $GITHUB_ENV
104
echo "WEB_DIR=www" >> $GITHUB_ENV
105
- name: Build
106
- run: flutter build web web --wasm --release --no-web-resources-cdn --dart-define=flavor=$QUOKKA_FLAVOR
+ run: flutter build web --wasm --release --no-web-resources-cdn --dart-define=flavor=$QUOKKA_FLAVOR
107
- name: Deploy to SFTP
108
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
109
env:
0 commit comments