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:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- run: |
|
- run: |
|
||||||
wget https://github.com/upx/upx/releases/download/v3.95/upx-3.95-amd64_linux.tar.xz
|
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/
|
tar --strip-components=1 -xf upx-3.95-amd64_linux.tar.xz && mv upx /usr/bin/
|
||||||
upx --version
|
upx --version
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user