From fbf123fcf3b9cb9364dd5353875665858ef9d3e5 Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Fri, 9 Aug 2024 16:15:34 -0400 Subject: [PATCH] upload --- .github/workflows/build-web.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index c563144..85d57e0 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -34,4 +34,10 @@ jobs: - run: flutter --version - run: flutter pub get # - run: flutter test - - run: flutter build web + - run: flutter build web --web-renderer auto + - name: Upload artifacts + uses: actions/upload-artifact@v4 + with: + name: webBuild + path: build/web/ + if-no-files-found: error