🐛 fix workflow: upx license

This commit is contained in:
naiba 2021-04-28 23:40:00 +08:00
parent 381a4afb73
commit 04b36f3991

View File

@ -14,6 +14,7 @@ jobs:
run: |
wget https://github.com/upx/upx/releases/download/v3.95/upx-3.95-amd64_linux.tar.xz
tar --strip-components=1 -xf upx-3.95-amd64_linux.tar.xz && sudo mv upx /usr/bin/
git reset --hard
git clean -f -d
upx --version
- name: Run GoReleaser