We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd541c3 commit fe7a90aCopy full SHA for fe7a90a
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -62,7 +62,7 @@ swift_sdk_install_with_retry() {
62
# Extract SDK name from URL for checking if already installed
63
local sdk_filename
64
sdk_filename=$(basename "$sdk_url")
65
- local sdk_name="${sdk_filename%.tar.gz}"
+ local sdk_name="${sdk_filename%.artifactbundle.tar.gz}"
66
67
while [ $attempt -le $SDK_INSTALL_MAX_RETRIES ]; do
68
if [ $attempt -gt 1 ]; then
0 commit comments