🔨 rename
This commit is contained in:
parent
ffc359e2a3
commit
a7cc7ac49b
1
.github/workflows/agent.yml
vendored
1
.github/workflows/agent.yml
vendored
@ -16,7 +16,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- 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/')
|
||||||
|
1
.github/workflows/dashboard.yml
vendored
1
.github/workflows/dashboard.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
- "README.md"
|
- "README.md"
|
||||||
- "cmd/agent/**"
|
- "cmd/agent/**"
|
||||||
- ".github/agent.yaml"
|
- ".github/agent.yaml"
|
||||||
|
- ".goreleaser.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -10,6 +10,8 @@ builds:
|
|||||||
- windows
|
- windows
|
||||||
- darwin
|
- darwin
|
||||||
main: ./cmd/agent
|
main: ./cmd/agent
|
||||||
|
release:
|
||||||
|
name_template: "nezha-agent_{{.Os}}_{{.Arch}}"
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "checksums.txt"
|
name_template: "checksums.txt"
|
||||||
snapshot:
|
snapshot:
|
||||||
|
Loading…
Reference in New Issue
Block a user