From 951953f2774686e40e896f700163d3f824145d43 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 21 Jul 2020 20:05:13 +0200 Subject: Remove --better flag as it doesn't actually exist --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b2a1503..926a695 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: uses: svenstaro/upx-action@v2 with: file: ${{ matrix.artifact_name }} - args: --better --lzma + args: --lzma - name: Get tag name id: tag_name -- cgit v1.2.3