build: Follow up pkg wasm

pull/1960/head
Christian Kußowski 4 months ago
parent 92735062f7
commit fe409481d6
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -26,8 +26,6 @@ jobs:
run: ./scripts/prepare-web.sh
- name: Build Release Web
run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/nightly/"
- name: Copy pkg directory for WASM
run: mv web/pkg build/web/
- run: mv build/web/ public
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4

Loading…
Cancel
Save