🐛 fix workflow: upx license

This commit is contained in:
naiba
2021-04-28 23:40:00 +08:00
parent 115712baa6
commit 9500f7c322
+1
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