upload artifact can only be v3
All checks were successful
/ build-web (push) Successful in 6m38s

This commit is contained in:
zeyus 2025-07-21 15:15:59 +02:00
parent 8a15bba0d5
commit d8e5b806a8
Signed by: zeyus
GPG key ID: A836639BA719C614

View file

@ -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/