binary_artifact.yml: ensure v_old.exe is not in the release archives.

pull/8672/head
Delyan Angelov 2021-02-10 11:06:17 +02:00
parent 95c3ef3a6a
commit db2266598a
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,7 @@ jobs:
./cmd/tools/vdoctor.exe
!./.git
!./vc
!./v_old
!./v_old.exe
- name: Create binary only artifact
uses: actions/upload-artifact@v2
with:
@ -144,6 +144,7 @@ jobs:
chmod 755 cmd/tools/vup.exe || true
chmod 755 cmd/tools/vdoctor || true
chmod 755 cmd/tools/vdoctor.exe || true
rm -rf v_old v_old.exe
cd ..
zip -r9 --symlinks ../v_${{ matrix.version }}.zip v/*
cd ..