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 c88f701 commit e5d0abdCopy full SHA for e5d0abd
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
cd example
21
flutter build web --release
22
- run: |
23
- cd build/web
+ cd example/build/web
24
git init
25
git config --global user.email [email protected]
26
git config --global user.name softmarshmallow
0 commit comments