We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d30e67 commit 55c3ac0Copy full SHA for 55c3ac0
.github/workflows/deploy.yml
@@ -26,9 +26,11 @@ jobs:
26
cache: true
27
28
- name: Install deps
29
+ working-directory: example
30
run: flutter pub get
31
32
- name: Build web
33
34
run: |
35
# Project Pages are served from /<repo>/, user/org pages from /
36
REPO_NAME="${GITHUB_REPOSITORY#*/}"
@@ -45,7 +47,7 @@ jobs:
45
47
- name: Upload artifact
46
48
uses: actions/upload-pages-artifact@v4
49
with:
- path: build/web
50
+ path: example/build/web
51
52
deploy:
53
runs-on: ubuntu-latest
0 commit comments