diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-21 18:05:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 18:05:13 +0000 |
commit | 951953f2774686e40e896f700163d3f824145d43 (patch) | |
tree | 778ed5296a9389b1b093761bed4788a9dbd237eb /.github/workflows | |
parent | Remove badges from Cargo.toml as they're being deprecated by crates.io (diff) | |
download | miniserve-951953f2774686e40e896f700163d3f824145d43.tar.gz miniserve-951953f2774686e40e896f700163d3f824145d43.zip |
Remove --better flag as it doesn't actually exist
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/publish.yml | 2 |
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 |