From 79df2e71dc47d9563c7f39d5306d202135060a1a Mon Sep 17 00:00:00 2001 From: Manuel Benz Date: Tue, 30 Nov 2021 00:49:28 +0100 Subject: [PATCH] fix slash --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1afa1205b04..4ecf729b66b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Organize documentation files for upload shell: bash env: - docdir: ./build/docs/ + docdir: ./build/docs releasedir: ${docdir}/${{ steps.version.outputs.version }} run: | mkdir -p ${releasedir}/jdoc