Update install-sonar-scanner-cli.sh

This commit is contained in:
Bilgin Aksoy 2024-12-11 17:32:14 +01:00 committed by Antonio Aversa
parent d1fd0ebe22
commit ff6bdb619d

View file

@ -46,7 +46,7 @@ else
exit 1 exit 1
fi fi
unzip -q $SCANNER_FILE_NAME unzip -q -o $SCANNER_FILE_NAME
# Folder name should correspond to the directory cached by the actions/cache # Folder name should correspond to the directory cached by the actions/cache
mv sonar-scanner-$INPUT_SCANNERVERSION-$FLAVOR $RUNNER_TEMP/sonar-scanner-cli-$INPUT_SCANNERVERSION-$RUNNER_OS-$RUNNER_ARCH mv sonar-scanner-$INPUT_SCANNERVERSION-$FLAVOR $RUNNER_TEMP/sonar-scanner-cli-$INPUT_SCANNERVERSION-$RUNNER_OS-$RUNNER_ARCH