try properly using string interpolation
parent
feb610ba6d
commit
f53e41cd11
|
@ -61,7 +61,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
|
||||||
jq \
|
jq \
|
||||||
--arg packageName "$PACKAGE_NAME" \
|
--arg packageName "$PACKAGE_NAME" \
|
||||||
--arg projectPath "$UNITY_PROJECT_PATH" \
|
--arg projectPath "$UNITY_PROJECT_PATH" \
|
||||||
'.dependencies += {$packageName: ("file:$projectPath")} | . += {testables: [$packageName]}' \
|
'.dependencies += {$packageName: "file:\($projectPath)"} | . += {testables: [$packageName]}' \
|
||||||
> "$PACKAGE_MANIFEST_PATH"
|
> "$PACKAGE_MANIFEST_PATH"
|
||||||
|
|
||||||
cat "$PACKAGE_MANIFEST_PATH"
|
cat "$PACKAGE_MANIFEST_PATH"
|
||||||
|
|
Loading…
Reference in New Issue