diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 47f6c1e44..6dc0ae8d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -290,7 +290,7 @@ jobs: command_timeout: 120m script_stop: true envs: GITHUB_COMMIT,REMOTE_DIR,GHC_VERSION - script: bash ~/$REMOTE_DIR/build.sh "$GITHUB_COMMIT" "$REMOTE_DIR" "GHC_VERSION" + script: bash ~/$REMOTE_DIR/build.sh "$GITHUB_COMMIT" "$REMOTE_DIR" "$GHC_VERSION" - name: Download binaries from remote server uses: nicklasfrahm/scp-action@main with: