feat(*): add upx --best for most elf

This commit is contained in:
dawnnnnnn
2021-12-06 17:42:25 +08:00
parent b93df1ab20
commit bd0bcb4b66
2 changed files with 33 additions and 7 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ permissions:
jobs:
goreleaser:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
-
name: Checkout
@@ -28,7 +29,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: --rm-dist -f .github/conf/.goreleaser.yml
args: -f .github/conf/.goreleaser.yml
workdir: .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}