fix windows release workflow

This commit is contained in:
Zachary Snow 2020-06-19 21:26:41 -04:00
parent f2ccebd58e
commit 7aed23b650
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
name: ${{ matrix.name }}
path: sv2v-${{ matrix.name }}
- name: Mark Binary Executable
run: chmod +x */sv2v
run: chmod +x */sv2v*
- name: Create ZIP
run: zip -r sv2v-${{ matrix.name }} ./sv2v-${{ matrix.name }}
- name: Upload Release Asset