aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-07-21 18:05:13 +0000
committerGitHub <noreply@github.com>2020-07-21 18:05:13 +0000
commit951953f2774686e40e896f700163d3f824145d43 (patch)
tree778ed5296a9389b1b093761bed4788a9dbd237eb
parentRemove badges from Cargo.toml as they're being deprecated by crates.io (diff)
downloadminiserve-951953f2774686e40e896f700163d3f824145d43.tar.gz
miniserve-951953f2774686e40e896f700163d3f824145d43.zip
Remove --better flag as it doesn't actually exist
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
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