mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
🔨 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
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
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"
|
||||
- "cmd/agent/**"
|
||||
- ".github/agent.yaml"
|
||||
- ".goreleaser.yml"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
@ -10,6 +10,8 @@ builds:
|
||||
- windows
|
||||
- darwin
|
||||
main: ./cmd/agent
|
||||
release:
|
||||
name_template: "nezha-agent_{{.Os}}_{{.Arch}}"
|
||||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
snapshot:
|
||||
|
Loading…
Reference in New Issue
Block a user