fix: Dedupe recent messages and wasm

This commit is contained in:
Janez T
2026-04-01 13:35:02 +02:00
parent 05ddb6841a
commit 043faea06a
6 changed files with 289 additions and 43 deletions

View File

@@ -301,7 +301,7 @@ jobs:
run: flutter pub get
- name: Build web release
run: flutter build web --release --base-href /meshcore-sar/
run: flutter build web --wasm --release --base-href /meshcore-sar/
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3