Skip to content

Commit

Permalink
Remove compression
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jun 11, 2024
1 parent 8c4dddd commit 82fe8b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ jobs:
-p:DebugType=embedded \
-p:IncludeNativeLibrariesForSelfExtract=true \
-p:PublishSingleFile=true \
-p:EnableCompressionInSingleFile=true \
-p:Version=${{ needs.release.outputs.version }} \
-p:Version=${{ needs.release.outputs.version }}
dotnet publish src/Tkmm.Desktop -c Release -o TKMM-win-x64 -r win-x64 --sc false --version-suffix 0.0.999-dev -p:DebugType=embedded -p:IncludeNativeLibrariesForSelfExtract=true -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true -p:Version=0.0.999-dev

- name: Rename Executable
shell: bash
Expand Down

0 comments on commit 82fe8b1

Please sign in to comment.