修改ci
This commit is contained in:
parent
fb6e214db7
commit
4e5bbe2e4a
|
@ -39,6 +39,10 @@ jobs:
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
|
- name: Check snapshot
|
||||||
|
if: "!startsWith(github.ref, 'refs/tags/')"
|
||||||
|
id: snapshot
|
||||||
|
run: echo '::set-output name=ARG::--snapshot'
|
||||||
|
|
||||||
- name: Build binary file
|
- name: Build binary file
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue