Skip to content

Commit

Permalink
fetch_dependecies: fix GitHub download URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Graybox CI committed Sep 19, 2023
1 parent 1d5c20c commit 3423d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/fetch_dependencies.command
Expand Up @@ -96,7 +96,7 @@ else # Download static public release and unzip into $dest
else
release_url_path="https://github.com/objectbox/objectbox-swift/releases/download/v${version}"
fi
OBXLIB_URL_apple_static="release_url_path/ObjectBoxCore-static-${c_version}.zip"
OBXLIB_URL_apple_static="${release_url_path}/ObjectBoxCore-static-${c_version}.zip"

mkdir -p "${dest_dir}"

Expand Down

0 comments on commit 3423d04

Please sign in to comment.