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

fix go make

This commit is contained in:
zu1k 2020-07-17 18:07:20 +08:00
parent f81490014e
commit c76276e576

View File

@ -27,6 +27,7 @@ jobs:
go test ./... go test ./...
- name: Build - name: Build
if: startsWith(github.ref, 'refs/tags/')
env: env:
NAME: nali NAME: nali
BINDIR: bin BINDIR: bin