修改ci
This commit is contained in:
parent
fb6e214db7
commit
4e5bbe2e4a
|
@ -39,6 +39,10 @@ jobs:
|
|||
uses: actions/setup-go@v3
|
||||
with:
|
||||
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
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue