We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe6283b + 965c472 commit 7deb17eCopy full SHA for 7deb17e
1 file changed
.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