mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-23 22:27:25 +03:00
Include .tar.gz archives on Windows, too
This commit is contained in:
parent
0541bcf559
commit
1ead4f2c1e
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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*"
|
||||||
|
Loading…
Reference in New Issue
Block a user