From 39598f29383957d04c0d21a660bf9e694bb1bd40 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Sat, 12 Oct 2024 15:00:03 +0200 Subject: [PATCH] Updated base href --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81213477..92e8fd81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -260,7 +260,7 @@ jobs: echo "APP_NAME=$APP_NAME" >> $GITHUB_ENV echo "VERSION_NAME=$VERSION_NAME" >> $GITHUB_ENV - flutter build web + flutter build web --base-href /Fladder/ --release - name: Archive web artifact uses: actions/upload-artifact@v4.0.0