diff --git a/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml b/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml index 1eb67be7..f0a8f7d4 100644 --- a/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml +++ b/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml @@ -19,6 +19,18 @@ jobs: with: submodules: true lfs: false + + - name: Set up Flutter + uses: subosito/flutter-action@v2 + with: + flutter-version: '3.0.0' # Use the appropriate Flutter version + + - name: Install dependencies + run: flutter pub get + + - name: Build Flutter web app + run: flutter build web --release + - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 @@ -28,9 +40,9 @@ jobs: action: "upload" ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: "/web" # App source code path + app_location: "web" # App source code path api_location: "" # Api source code path - optional - output_location: "/web/build" # Built app content directory - optional + output_location: "build/web" # Built app content directory ###### End of Repository/Build Configurations ###### close_pull_request_job: