Skip to content

Commit

Permalink
Correct demo build artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Jan 1, 2024
1 parent ba57a7c commit 3b1bb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: demo_web_build
path: build/web
path: packages/fleather/example/build/web

build_website:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b1bb2b

Please sign in to comment.