Fix trailing slash.

This commit is contained in:
Alejandro Cabeza Romero 2025-09-05 15:20:40 +02:00
parent f35e7829d1
commit 37bd8e0419
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -40,7 +40,7 @@ runs:
CIRCUIT_FILENAME="$(basename ${CIRCUIT_PATH})"
CIRCUIT_FILESTEM="${CIRCUIT_FILENAME%.circom}"
CIRCUIT_CPP_DIRNAME="${CIRCUIT_FILESTEM}_cpp"
RESOURCES_PATH="${REPOSITORY_ROOT_PATH}/.github/resources/"
RESOURCES_PATH="${REPOSITORY_ROOT_PATH}/.github/resources"
platform_binary_name="${CIRCUIT_NAME_BINARY}"
if [ "${OS}" = "windows" ]; then