mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
fix ci
This commit is contained in:
parent
175215698d
commit
ae18401351
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: '~> v2'
|
||||
args: build --single-target --clean --skip=validate --buildvcs=false --snapshot
|
||||
args: build --single-target --clean --skip=validate --snapshot
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
@ -13,6 +13,7 @@ builds:
|
||||
- -extldflags "-static -fpic"
|
||||
flags:
|
||||
- -trimpath
|
||||
- -buildvcs=true
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
@ -29,6 +30,7 @@ builds:
|
||||
- -extldflags "-static -fpic"
|
||||
flags:
|
||||
- -trimpath
|
||||
- -buildvcs=true
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
@ -45,6 +47,7 @@ builds:
|
||||
- -extldflags "-static -fpic"
|
||||
flags:
|
||||
- -trimpath
|
||||
- -buildvcs=true
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
@ -61,6 +64,7 @@ builds:
|
||||
- -extldflags "-static -fpic"
|
||||
flags:
|
||||
- -trimpath
|
||||
- -buildvcs=true
|
||||
goos:
|
||||
- windows
|
||||
goarch:
|
||||
|
Loading…
Reference in New Issue
Block a user