aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorwmat <wmat@riscv.org>2024-06-12 09:37:38 -0400
committerwmat <wmat@riscv.org>2024-06-12 09:37:38 -0400
commitd3a64342e5330ee92e50cbe7641f89291b199ed1 (patch)
tree8543470899ec74fedac1dd414bfe880d68e63c00 /.github
parent2e6dc52523cd82071c581d754b4a71c0c4cab153 (diff)
downloadriscv-isa-manual-d3a64342e5330ee92e50cbe7641f89291b199ed1.zip
riscv-isa-manual-d3a64342e5330ee92e50cbe7641f89291b199ed1.tar.gz
riscv-isa-manual-d3a64342e5330ee92e50cbe7641f89291b199ed1.tar.bz2
Update path to build dir
Updated path to build dir to ../build
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 f8b6e56..a5b46d6 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