Nick Babcock 3 semanas atrás
pai
commit
e005ecb179
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -36,7 +36,7 @@ jobs:
 
     # Build the unbundled version
     - name: Build unbundled version
-      run: dotnet publish -c Release .\OhmGraphite\ --no-self-contained
+      run: dotnet publish -c Release .\OhmGraphite\ --no-self-contained -p:EnableCompressionInSingleFile=false
     - name: Create unbundled zip
       shell: powershell
       run: |