chore: fix release on windows

This commit is contained in:
Aloxaf 2020-12-16 01:21:39 +08:00
parent bc2a2c8a4e
commit 3d64edf178
No known key found for this signature in database
GPG Key ID: A07920B86500DE6C
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ jobs:
echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- run: |
shopt -s extglob
tar czf ${{ steps.get_name.outputs.NAME }} -C ./target/${{ matrix.target }}/release silicon?(|.exe)
tar czf ${{ steps.get_name.outputs.NAME }} -C ./target/${{ matrix.target }}/release silicon.exe
- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}