aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2024-06-12 15:26:49 -0400
committerGitHub <noreply@github.com>2024-06-12 15:26:49 -0400
commit537a3ff09afe885abca2e5b1f94965be4bd7577b (patch)
treee8b284d82e6cbdec075ca6bb843b0d068f282b03 /.github
parent602ab21512d79a1ee3dce448f5974b298350646b (diff)
downloadriscv-isa-manual-537a3ff09afe885abca2e5b1f94965be4bd7577b.zip
riscv-isa-manual-537a3ff09afe885abca2e5b1f94965be4bd7577b.tar.gz
riscv-isa-manual-537a3ff09afe885abca2e5b1f94965be4bd7577b.tar.bz2
Revert "Update path to build dir"
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/merge-and-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/merge-and-release.yml b/.github/workflows/merge-and-release.yml
index a5b46d6..0226546 100644
--- a/.github/workflows/merge-and-release.yml
+++ b/.github/workflows/merge-and-release.yml
@@ -33,7 +33,7 @@ jobs:
if: steps.pull_container_image.outcome == 'success'
run: |
docker run --rm -v ${{ github.workspace }}:/build riscvintl/riscv-docs-base-container-image:latest \
- /bin/sh -c 'export LANG=C.utf8; cd ../build && make'
+ /bin/sh -c 'export LANG=C.utf8; cd ./build && make'
# Upload the riscv-privileged PDF file
- name: Upload riscv-privileged.pdf