We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acb9cb1 + 8a5e9bc commit 965c472Copy full SHA for 965c472
.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