mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-28 18:03:13 +00:00
Fix trailing slash.
This commit is contained in:
parent
f35e7829d1
commit
37bd8e0419
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user