Merge branch 'main' into henrymercer/fix-empty-header

This commit is contained in:
Henry Mercer 2024-11-11 18:01:53 +00:00 committed by GitHub
commit 682c2f71d2
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"