This commit is contained in:
parent
8a15bba0d5
commit
d8e5b806a8
1 changed files with 2 additions and 3 deletions
|
@ -40,14 +40,13 @@ jobs:
|
|||
run: flutter pub get
|
||||
|
||||
- name: Build web
|
||||
run: flutter build web --release
|
||||
run: flutter build web --wasm --release
|
||||
|
||||
- name: List build output
|
||||
run: ls -la build/web/
|
||||
|
||||
# Optional: Archive the build artifacts
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: web-build
|
||||
path: build/web/
|
||||
|
|
Loading…
Add table
Reference in a new issue