We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef29681 commit 0cd3607Copy full SHA for 0cd3607
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build with dotnet
17
run: dotnet build --configuration Release --no-restore
18
- name: Publish
19
- run: dotnet publish CodeBeamMudExtensions.sln -c Release -f net7.0 --output ./Release
+ run: dotnet publish ~/projects/ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -f net7.0 --output ./Release
20
21
- name: 📂 Sync files
22
uses: SamKirkland/[email protected]
0 commit comments