1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

binary_artifact.yml: mention ./cmd/tools/{vup,vdoctor} explicitly in actions/upload-artifact

This commit is contained in:
Delyan Angelov 2020-12-29 22:53:22 +02:00
parent e26a690975
commit 8e6f3a707b
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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