We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ae4ca commit bfb3e2bCopy full SHA for bfb3e2b
1 file changed
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Publish WinHome (Single File)
31
32
33
- run: dotnet publish WinHome.csproj -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true -o ./publish
+ run: dotnet publish src/WinHome.csproj -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true -o ./publish
34
35
- name: Create Release
36
uses: softprops/action-gh-release@v2
0 commit comments