Skip to content

Commit

Permalink
fix base-href in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maks committed Dec 7, 2024
1 parent 9c33caf commit e9a94d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: flutter pub get
- name: Build web app
run: flutter build web --base-href picotracker_client
run: flutter build web --base-href /picotracker_client/
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit e9a94d4

Please sign in to comment.