Skip to content

Commit

Permalink
Replace backslashes with forward slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-martin committed Jun 3, 2024
1 parent 7612ab1 commit 6680768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
BUILDBUDDY_API_KEY: ${{ secrets.BUILDBUDDY_API_KEY }}
run: |
echo "build:ci --remote_header=x-buildbuddy-api-key=$BUILDBUDDY_API_KEY" >> ~/.bazelrc
echo "startup --output_base=$RUNNER_TEMP/.bazel/output_base" >> ~/.bazelrc
echo "startup --output_base=${RUNNER_TEMP//\\//}/.bazel/output_base" >> ~/.bazelrc
shell: bash
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 6680768

Please sign in to comment.