Skip to content

Commit

Permalink
binary_artifact.yml: ensure v_old.exe is not in the release archives.
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Feb 10, 2021
1 parent 95c3ef3 commit db22665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/binary_artifact.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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 ..
Expand Down

0 comments on commit db22665

Please sign in to comment.