👷 fix workflow

This commit is contained in:
naiba 2021-04-28 23:37:03 +08:00
parent 7ae22096ea
commit 381a4afb73
2 changed files with 4 additions and 1 deletions

View File

@ -10,9 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: |
- name: Download UPX
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 clean -f -d
upx --version
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2

View File

@ -10,6 +10,7 @@ on:
- "script/**"
- "*.md"
- ".*"
- ".github/workflows/agent.yml"
jobs:
deploy: