Skip to content

Commit 886dd9d

Browse files
Use dynamic binary name in legacy install script
- Replace hardcoded "deepsource" with resolve-env binary_name output - Keeps legacy install script consistent with the rest of the workflow
1 parent 175bf9f commit 886dd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
274274
# Legacy install script (deepsource.io/cli backward compat)
275275
sed -e "s|__BASE_URL__|${{ needs.resolve-env.outputs.base_url }}|g" \
276-
-e 's|__BINARY_NAME__|deepsource|g' \
276+
-e "s|__BINARY_NAME__|${{ needs.resolve-env.outputs.binary_name }}|g" \
277277
-e 's|__DEFAULT_INSTALL_DIR__|./bin|g' \
278278
scripts/install.sh.template > artifacts/install-legacy
279279

0 commit comments

Comments
 (0)