mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
Use gzip bundles in Windows PR checks
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user