Nick Babcock 3 週間 前
コミット
e005ecb179
1 ファイル変更1 行追加1 行削除
  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: |