Skip to content

Commit 95ce492

Browse files
committed
disable --release
1 parent 12cfb9d commit 95ce492

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
- name: Build Dioxus Web App (in frontend/)
2828
working-directory: frontend
29-
run: dx build --release
29+
run: dx build
3030

3131
- name: Upload GitHub Pages artifact
3232
uses: actions/upload-pages-artifact@v3
3333
with:
34-
path: frontend/target/dx/dioxus_meta_app/release/web/public
34+
path: frontend/target/dx/dioxus_meta_app/debug/web/public
3535

3636
deploy:
3737
runs-on: ubuntu-latest

frontend/Dioxus.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[application]
2-
name = "cAssets dToken Wrapper"
2+
name = "cAssets_dToken_Wrapper"
33
default_platform = "web"
44

55
[web.app]
6-
title = "cAssets dToken Wrapper"
6+
title = "cAssets_dToken_Wrapper"
77
base_path = "cAssets_dToken_wrapper"
88
## keeps CSP happy
99
csp_hash = true

0 commit comments

Comments
 (0)