Skip to content

Commit

Permalink
- Add -p:EnableCompressionInSingleFile=true
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Jan 22, 2024
1 parent debc5a6 commit b97ed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
build_args: --no-self-contained
suffix: ""
- self-contained: self-contained
build_args: --self-contained -p:PublishTrimmed=true -p:TrimMode=partial
build_args: --self-contained -p:PublishTrimmed=true -p:TrimMode=partial -p:EnableCompressionInSingleFile=true
suffix: "-self-contained"

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b97ed7e

Please sign in to comment.