diff --git a/.github/workflows/dapr-deploy.yml b/.github/workflows/dapr-deploy.yml
index 68af716c..44684157 100644
--- a/.github/workflows/dapr-deploy.yml
+++ b/.github/workflows/dapr-deploy.yml
@@ -36,8 +36,8 @@ jobs:
       - name: Read versions from files
         id: read_version
         run: |
-          echo "DAPR_RUNTIME_VER=$(cat config/dapr_runtime.version)" >> $GITHUB_ENV
-          echo "DAPR_CLI_VER=$(cat config/dapr_cli.version)" >> $GITHUB_ENV
+          echo "DAPR_RUNTIME_VER=$(cat longhaul/config/dapr_runtime.version)" >> $GITHUB_ENV
+          echo "DAPR_CLI_VER=$(cat longhaul/config/dapr_cli.version)" >> $GITHUB_ENV
       - name: Set up Dapr CLI
         run: wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s ${{ env.DAPR_CLI_VER }}
       - name: Set up Helm ${{ env.HELMVER }}