binary_artifact.yml: restore .ctags.d/ and .github/ (helps vim/emacs users and running CI tests locally)
parent
558a756431
commit
b1e3db712e
|
@ -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