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 0cd3607 commit 51bffeeCopy full SHA for 51bffee
.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 ~/projects/ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -f net7.0 --output ./Release
+ run: dotnet publish /home/runner/work/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions/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