From fdbbe9803df873c8e0eefde0e9f3b55dd316513c Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 6 Nov 2021 21:33:44 +0000 Subject: [PATCH] Try to spend less time compressing binaries --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce15348..e3b50a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,6 @@ jobs: - uses: svenstaro/upx-action@v2 with: file: artifact/${{ matrix.os }}/brittany${{ matrix.ext }} - args: --best - uses: actions/upload-artifact@v2 with: path: artifact