mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-02 09:38:13 -05:00
🐛 fix workflow: upx license
This commit is contained in:
parent
381a4afb73
commit
04b36f3991
1
.github/workflows/agent.yml
vendored
1
.github/workflows/agent.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user