Include .tar.gz archives on Windows, too

This commit is contained in:
Aaron Tomb 2020-11-18 17:08:24 -08:00
parent 0541bcf559
commit 1ead4f2c1e

View File

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