mirror of
https://github.com/zu1k/nali.git
synced 2025-03-11 19:02:03 +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 ./...
|
go test ./...
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
|
||||||
env:
|
env:
|
||||||
NAME: nali
|
NAME: nali
|
||||||
BINDIR: bin
|
BINDIR: bin
|
||||||
@ -44,6 +43,7 @@ jobs:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: bin
|
path: bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user