We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89bb09 commit 41e135aCopy full SHA for 41e135a
.github/workflows/go.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
release-linux-amd64:
9
- name: release linux/amd64
+ name: Build and release
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
@@ -20,12 +20,12 @@ jobs:
20
goos: windows
21
steps:
22
- uses: actions/checkout@v2
23
- - uses: wangyoucao577/go-release-action@v1.22
+ - uses: wangyoucao577/go-release-action@v1.28
24
with:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
goversion: 1.17
27
goos: ${{ matrix.goos }}
28
goarch: ${{ matrix.goarch }}
29
binary_name: "CFExporter"
30
pre_command: "sed -i 's/${VERSION}/${{github.ref_name}}/g' main.go"
31
- build_flags: "-extldflags=-static"
+ ldflags: "-extldflags=-static"
0 commit comments