Skip to content

Commit fe7a90a

Browse files
fix sdk name in swiftpm (#211)
1 parent bd541c3 commit fe7a90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ swift_sdk_install_with_retry() {
6262
# Extract SDK name from URL for checking if already installed
6363
local sdk_filename
6464
sdk_filename=$(basename "$sdk_url")
65-
local sdk_name="${sdk_filename%.tar.gz}"
65+
local sdk_name="${sdk_filename%.artifactbundle.tar.gz}"
6666

6767
while [ $attempt -le $SDK_INSTALL_MAX_RETRIES ]; do
6868
if [ $attempt -gt 1 ]; then

0 commit comments

Comments
 (0)