This commit is contained in:
Daniel 2024-08-09 16:15:34 -04:00
parent e58638fe66
commit fbf123fcf3

View file

@ -34,4 +34,10 @@ jobs:
- run: flutter --version - run: flutter --version
- run: flutter pub get - run: flutter pub get
# - run: flutter test # - 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