Fix syntax in cicd.yaml for make.bash command

This commit is contained in:
Swarup Sengupta
2025-11-29 01:46:16 +05:30
committed by GitHub
parent ca519113f6
commit 2dedeb96ee
+2
View File
@@ -148,5 +148,7 @@ jobs:
else
echo "Not pushing anything as it's a dry run"
fi
echo "Running: ./make.bash -t all -v \"$PSIPHON_VERSION\" -g \"$GO_VERSION\" ${ARGS[*]}"
./make.bash -t all -v "$PSIPHON_VERSION" -g "$GO_VERSION" "${ARGS[@]}"