format
This commit is contained in:
parent
208996c009
commit
419b771bfb
6
.github/workflows/agent.yml
vendored
6
.github/workflows/agent.yml
vendored
@ -11,9 +11,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- 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 && mv upx /usr/bin/
|
||||
upx --version
|
||||
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 && mv upx /usr/bin/
|
||||
upx --version
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
Loading…
Reference in New Issue
Block a user