From 606dcce105d24b028c926091c241f696dd7e5091 Mon Sep 17 00:00:00 2001 From: Christian Findlay <16697547+MelbourneDeveloper@users.noreply.github.com> Date: Sat, 7 Sep 2024 17:40:52 +1000 Subject: [PATCH] fix deployment --- .github/workflows/deploy_wasm_to_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_wasm_to_pages.yml b/.github/workflows/deploy_wasm_to_pages.yml index 4c5a9e5c1..0c2b2b6b0 100644 --- a/.github/workflows/deploy_wasm_to_pages.yml +++ b/.github/workflows/deploy_wasm_to_pages.yml @@ -32,7 +32,7 @@ jobs: - name: Build WASM run: | cd charts_flutter/example - flutter build web --wasm --base-href /charts/ + flutter build web --wasm --base-href /nimble_charts/ - name: Update COOP and COEP headers run: |