Merge pull request #2591 from github/henrymercer/windows-pr-checks-gzip

Use gzip bundles in Windows PR checks
This commit is contained in:
Henry Mercer 2024-11-11 18:01:38 +00:00 committed by GitHub
commit 965c472723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"