Skip to content

Commit

Permalink
Update publish-windows.yml
Browse files Browse the repository at this point in the history
Change publish to publish a single .exe file rather than having unpacked .dlls
  • Loading branch information
DavidFidge authored Mar 17, 2023
1 parent e108d28 commit 5d9c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Build and Publish
run: |
dotnet publish .\MarsUndiscovered\MarsUndiscovered\MarsUndiscovered.csproj /p:UseAppHost=true /p:TieredCompilation=false /p:DebugType=None /p:DebugSymbols=false --self-contained --configuration Release --runtime win-x64 --output Publish --framework net6.0-windows
dotnet publish .\MarsUndiscovered\MarsUndiscovered\MarsUndiscovered.csproj /p:UseAppHost=true /p:TieredCompilation=false /p:DebugType=None /p:DebugSymbols=false --self-contained --configuration Release --runtime win-x64 --output Publish --framework net6.0-windows -p:PublishSingleFile=true
- name: Create Artifact
run: |
Expand Down

0 comments on commit 5d9c77f

Please sign in to comment.