Skip to content

Commit bfb3e2b

Browse files
committed
fix(ci): correct project path in release workflow
1 parent 04ae4ca commit bfb3e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Publish WinHome (Single File)
3131

3232

33-
run: dotnet publish WinHome.csproj -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true -o ./publish
33+
run: dotnet publish src/WinHome.csproj -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true -o ./publish
3434

3535
- name: Create Release
3636
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)