Skip to content

Commit 85f3835

Browse files
committed
fix: update publish command to use correct project file path
1 parent 787243a commit 85f3835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet restore WarframeLauncher.sln
2525

2626
- name: Publish (win-x64)
27-
run: dotnet publish WarframeLauncher.sln -c Release -r win-x64 --self-contained false /p:PublishSingleFile=true
27+
run: dotnet publish src/WarframeLauncher/WarframeLauncher.csproj -c Release -r win-x64 --self-contained false /p:PublishSingleFile=true
2828

2929
- name: Archive publish output
3030
shell: pwsh

0 commit comments

Comments
 (0)