diff --git a/substrate/scripts/flamingfir-deploy.sh b/substrate/scripts/flamingfir-deploy.sh
index 13be56dfbd2f5bb77143ee2df1a71cb55819d30b..596bb04ece091cd03f3c993d655f5d45770362ea 100755
--- a/substrate/scripts/flamingfir-deploy.sh
+++ b/substrate/scripts/flamingfir-deploy.sh
@@ -4,7 +4,7 @@ RETRY_COUNT=10
 RETRY_ATTEMPT=0
 SLEEP_TIME=15
 TARGET_HOST="$1"
-COMMIT=$(cat artifacts/VERSION)
+COMMIT=$(cat artifacts/substrate/VERSION)
 DOWNLOAD_URL="https://releases.parity.io/substrate/x86_64-debian:stretch/${COMMIT}/substrate"
 POST_DATA='{"extra_vars":{"artifact_path":"'${DOWNLOAD_URL}'","target_host":"'${TARGET_HOST}'"}}'