binary_artifact.yml: mention ./cmd/tools/{vup,vdoctor} explicitly in actions/upload-artifact
parent
e26a690975
commit
8e6f3a707b
|
@ -28,6 +28,8 @@ jobs:
|
||||||
name: linux
|
name: linux
|
||||||
path: |
|
path: |
|
||||||
.
|
.
|
||||||
|
./cmd/tools/vup
|
||||||
|
./cmd/tools/vdoctor
|
||||||
!./.git
|
!./.git
|
||||||
!./vc
|
!./vc
|
||||||
!./v_old
|
!./v_old
|
||||||
|
@ -58,6 +60,8 @@ jobs:
|
||||||
name: macos
|
name: macos
|
||||||
path: |
|
path: |
|
||||||
.
|
.
|
||||||
|
./cmd/tools/vup
|
||||||
|
./cmd/tools/vdoctor
|
||||||
!./.git
|
!./.git
|
||||||
!./vc
|
!./vc
|
||||||
!./v_old
|
!./v_old
|
||||||
|
@ -66,7 +70,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: macos-binary
|
name: macos-binary
|
||||||
path: ./v
|
path: ./v
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -83,6 +86,8 @@ jobs:
|
||||||
name: windows
|
name: windows
|
||||||
path: |
|
path: |
|
||||||
.
|
.
|
||||||
|
./cmd/tools/vup.exe
|
||||||
|
./cmd/tools/vdoctor.exe
|
||||||
!./.git
|
!./.git
|
||||||
!./vc
|
!./vc
|
||||||
!./v_old
|
!./v_old
|
||||||
|
|
Loading…
Reference in New Issue