binary_artifact.yml: ensure v_old.exe is not in the release archives.
parent
95c3ef3a6a
commit
db2266598a
|
@ -90,7 +90,7 @@ jobs:
|
||||||
./cmd/tools/vdoctor.exe
|
./cmd/tools/vdoctor.exe
|
||||||
!./.git
|
!./.git
|
||||||
!./vc
|
!./vc
|
||||||
!./v_old
|
!./v_old.exe
|
||||||
- name: Create binary only artifact
|
- name: Create binary only artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -144,6 +144,7 @@ jobs:
|
||||||
chmod 755 cmd/tools/vup.exe || true
|
chmod 755 cmd/tools/vup.exe || true
|
||||||
chmod 755 cmd/tools/vdoctor || true
|
chmod 755 cmd/tools/vdoctor || true
|
||||||
chmod 755 cmd/tools/vdoctor.exe || true
|
chmod 755 cmd/tools/vdoctor.exe || true
|
||||||
|
rm -rf v_old v_old.exe
|
||||||
cd ..
|
cd ..
|
||||||
zip -r9 --symlinks ../v_${{ matrix.version }}.zip v/*
|
zip -r9 --symlinks ../v_${{ matrix.version }}.zip v/*
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in New Issue