Build tarballs even on Windows

This commit is contained in:
Aaron Tomb 2020-10-01 11:02:18 -07:00
parent c409af55f9
commit eeadea181e

View File

@ -114,7 +114,6 @@ jobs:
run: .github/ci.sh zip_dist
- uses: actions/upload-artifact@v2
if: runner.os != 'Windows'
with:
name: ${{ needs.outputs.outputs.cryptol-name }}-${{ runner.os }}
path: "${{ needs.outputs.outputs.cryptol-name }}.tar.gz*"