We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb9cb1 commit 8a5e9bcCopy full SHA for 8a5e9bc
.github/actions/prepare-test/action.yml
@@ -40,7 +40,7 @@ runs:
40
exit 0
41
fi
42
43
- if [[ ${{ inputs.version }} == "nightly-latest" ]]; then
+ if [[ ${{ inputs.version }} == "nightly-latest" && "$RUNNER_OS" != "Windows" ]]; then
44
extension="tar.zst"
45
else
46
extension="tar.gz"
0 commit comments