Skip to content

Commit

Permalink
now publishes single file without debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
sahin-a committed Mar 12, 2023
1 parent 1021d62 commit 5416513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
cd "SteamAccountManager.AvaloniaUI"
dotnet build --configuration Release
dotnet publish --self-contained -c Release -f "net6.0-windows10.0.17763.0" -o ../output -r win-x86 -p:PublishReadyToRun=true
dotnet publish --self-contained -c Release -f "net6.0-windows10.0.17763.0" -o ../output -r win-x86 -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DebugType=None -p:DebugSymbols=false
- name: Create Artifacts
run: |
Expand Down

0 comments on commit 5416513

Please sign in to comment.