Use gzip bundles in Windows PR checks

This commit is contained in:
Henry Mercer
2024-11-11 17:16:51 +00:00
parent acb9cb18ee
commit 8a5e9bca59

View File

@@ -40,7 +40,7 @@ runs:
exit 0
fi
if [[ ${{ inputs.version }} == "nightly-latest" ]]; then
if [[ ${{ inputs.version }} == "nightly-latest" && "$RUNNER_OS" != "Windows" ]]; then
extension="tar.zst"
else
extension="tar.gz"