mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
binary_artifact.yml: restore .ctags.d/ and .github/ (helps vim/emacs users and running CI tests locally)
This commit is contained in:
parent
558a756431
commit
b1e3db712e
6
.github/workflows/binary_artifact.yml
vendored
6
.github/workflows/binary_artifact.yml
vendored
@ -24,8 +24,6 @@ jobs:
|
||||
path: |
|
||||
.
|
||||
!./.git
|
||||
!./.ctags.d
|
||||
!./.github
|
||||
!./vc
|
||||
!./v_old
|
||||
- name: Create binary only artifact
|
||||
@ -52,8 +50,6 @@ jobs:
|
||||
path: |
|
||||
.
|
||||
!./.git
|
||||
!./.ctags.d
|
||||
!./.github
|
||||
!./vc
|
||||
!./v_old
|
||||
- name: Create binary only artifact
|
||||
@ -76,8 +72,6 @@ jobs:
|
||||
path: |
|
||||
.
|
||||
!./.git
|
||||
!./.ctags.d
|
||||
!./.github
|
||||
!./vc
|
||||
!./v_old
|
||||
- name: Create binary only artifact
|
||||
|
Loading…
Reference in New Issue
Block a user