👷 fix workflow
This commit is contained in:
parent
7ae22096ea
commit
381a4afb73
4
.github/workflows/agent.yml
vendored
4
.github/workflows/agent.yml
vendored
@ -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
|
||||
|
1
.github/workflows/dashboard.yml
vendored
1
.github/workflows/dashboard.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
- "script/**"
|
||||
- "*.md"
|
||||
- ".*"
|
||||
- ".github/workflows/agent.yml"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user