aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwmat <wmat@riscv.org>2024-06-12 09:15:56 -0400
committerwmat <wmat@riscv.org>2024-06-12 09:15:56 -0400
commit2e6dc52523cd82071c581d754b4a71c0c4cab153 (patch)
treeee88cd6a78f5360c0869b4300f977d149abf8d2b
parent2dc16abaaf78fc36a4f2ce5286238ac62a18cb1c (diff)
downloadriscv-isa-manual-2e6dc52523cd82071c581d754b4a71c0c4cab153.zip
riscv-isa-manual-2e6dc52523cd82071c581d754b4a71c0c4cab153.tar.gz
riscv-isa-manual-2e6dc52523cd82071c581d754b4a71c0c4cab153.tar.bz2
Update path to build dir
Change cd ./build to cd build
-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 0226546..f8b6e56 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