Skip to content

Commit 9f0993f

Browse files
committed
Update dotnet.yml
1 parent 813b6bf commit 9f0993f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
- name: Restore project
2323
run: dotnet restore OverwatchToolchain.sln --verbosity m -r win-x64 -p:TargetFramework=net9.0
2424
- name: Build Release
25-
run: dotnet publish -c Release -r win-x64 -o dist/Release --self-contained true
25+
run: dotnet publish OverwatchToolchain.slnx -c Release -r win-x64 -o dist/Release --self-contained true
2626
# --self-contained for https://github.com/dotnet/sdk/issues/29642
2727
- name: Upload Release
2828
uses: actions/upload-artifact@v4
2929
with:
3030
name: toolchain-release
3131
path: dist/Release
3232
- name: Build Debug
33-
run: dotnet publish -c Debug -r win-x64 -o dist/Debug --self-contained true
33+
run: dotnet publish OverwatchToolchain.slnx -c Debug -r win-x64 -o dist/Debug --self-contained true
3434
- name: Upload Debug
3535
uses: actions/upload-artifact@v4
3636
with:

0 commit comments

Comments
 (0)