Skip to content

Commit

Permalink
Merge pull request #11 from xboxoneresearch/main
Browse files Browse the repository at this point in the history
ci: Do not trim built binary
  • Loading branch information
TitleOS authored Oct 10, 2023
2 parents 015e7c8 + 22a478c commit 76b6436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: bin/Release/net7.0/*

- name: Build (standalone)
run: dotnet publish -c Release --self-contained -r win-x64 -p:PublishTrimmed=true -p:PublishSingleFile=true
run: dotnet publish -c Release --self-contained -r win-x64 -p:PublishSingleFile=true
- name: Prepare standalone release
run: |
mkdir release
Expand Down

0 comments on commit 76b6436

Please sign in to comment.