Skip to content

Commit

Permalink
chore: fix release on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Dec 15, 2020
1 parent bc2a2c8 commit 3d64edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3d64edf

Please sign in to comment.