Skip to content

Commit

Permalink
Use correct restate directory in binary builds (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman authored Apr 25, 2024
1 parent 98c0d77 commit 0e39233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0e39233

Please sign in to comment.