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
|
run: flutter pub get
|
||||||
|
|
||||||
- name: Build web
|
- name: Build web
|
||||||
run: flutter build web --release
|
run: flutter build web --wasm --release
|
||||||
|
|
||||||
- name: List build output
|
- name: List build output
|
||||||
run: ls -la build/web/
|
run: ls -la build/web/
|
||||||
|
|
||||||
# Optional: Archive the build artifacts
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: web-build
|
name: web-build
|
||||||
path: build/web/
|
path: build/web/
|
||||||
|
|
Loading…
Add table
Reference in a new issue