diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 02c0db4..af314d2 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -53,7 +53,7 @@ jobs: cargo_flags: "" - os: macos-latest target: x86_64-apple-darwin - compress: true + compress: false cargo_flags: "" - os: macos-latest target: aarch64-apple-darwin |