mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 21:29:02 +08:00
fic go.yml
This commit is contained in:
parent
0b60106863
commit
b5f75d069f
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user