Skip to content

Commit

Permalink
Update web-editor-deploy.yml
Browse files Browse the repository at this point in the history
- Changed publishing to Debug mode to prevent code trimming issues for now
  • Loading branch information
ShankarBUS authored Dec 9, 2024
1 parent 42c8fd5 commit 1fe0251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-editor-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Restore Dependencies
run: dotnet restore ./main/src/Symptum.Editor/Symptum.Editor.csproj
- name: Publish
run: dotnet publish ./main/src/Symptum.Editor/Symptum.Editor.csproj "-p:WasmShellWebAppBasePath=/editor/" --no-restore -f net9.0-browserwasm -c Release -o out
run: dotnet publish ./main/src/Symptum.Editor/Symptum.Editor.csproj "-p:WasmShellWebAppBasePath=/editor/" --no-restore -f net9.0-browserwasm -c Debug -o out
- name: Create Editor Folder
run: mkdir editor
- name: Copy Files to Editor Folder
Expand Down

0 comments on commit 1fe0251

Please sign in to comment.