We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787243a commit 85f3835Copy full SHA for 85f3835
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
run: dotnet restore WarframeLauncher.sln
25
26
- name: Publish (win-x64)
27
- run: dotnet publish WarframeLauncher.sln -c Release -r win-x64 --self-contained false /p:PublishSingleFile=true
+ run: dotnet publish src/WarframeLauncher/WarframeLauncher.csproj -c Release -r win-x64 --self-contained false /p:PublishSingleFile=true
28
29
- name: Archive publish output
30
shell: pwsh
0 commit comments