mirror of
https://github.com/amigan/calls.git
synced 2024-11-21 04:19:47 -05:00
upload
This commit is contained in:
parent
e58638fe66
commit
fbf123fcf3
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build-web.yml
vendored
8
.github/workflows/build-web.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue