This commit is contained in:
johlanse 2022-08-21 16:31:21 +08:00
parent fb6e214db7
commit 4e5bbe2e4a
1 changed files with 4 additions and 0 deletions

View File

@ -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: