From 0e39233c5cf7a832c05d24e29dc05320d8fc51e3 Mon Sep 17 00:00:00 2001 From: Jack Kleeman Date: Thu, 25 Apr 2024 09:17:39 +0100 Subject: [PATCH] Use correct restate directory in binary builds (#1465) --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index ce6c76d15..0695f54ae 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -96,7 +96,7 @@ jobs: uses: addnab/docker-run-action@v3 with: image: ghcr.io/restatedev/dev-tools:latest - options: -v ${{ github.workspace }}:/workspace -w /workspace -e ACTIONS_CACHE_URL -e ACTIONS_RUNTIME_TOKEN -e SCCACHE_GHA_ENABLED + options: -v ${{ github.workspace }}:/restate -w /restate -e ACTIONS_CACHE_URL -e ACTIONS_RUNTIME_TOKEN -e SCCACHE_GHA_ENABLED run: | cargo build --release --bins --target ${{ matrix.build.target }}