1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 13:19:02 +08:00

fic go.yml

This commit is contained in:
zu1k 2020-07-17 11:52:37 +08:00
parent 0b60106863
commit b5f75d069f

View File

@ -27,7 +27,6 @@ jobs:
go test ./...
- name: Build
if: startsWith(github.ref, 'refs/tags/')
env:
NAME: nali
BINDIR: bin
@ -44,6 +43,7 @@ jobs:
prerelease: true
- uses: actions/upload-artifact@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: build
path: bin