diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index c0e8ff2..747c1d9 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -61,7 +61,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then jq \ --arg packageName "$PACKAGE_NAME" \ --arg projectPath "$UNITY_PROJECT_PATH" \ - '.dependencies += {"$ARGS.packageName": "file:$ARGS.projectPath"} | . += {"testables": ["$ARGS.packageName"]}' \ + '.dependencies += {($packageName): "file:($projectPath)"} | . += {"testables": ["($packageName)"]}' \ > "$PACKAGE_MANIFEST_PATH" cat "$PACKAGE_MANIFEST_PATH"