From fe719b79c3e822f7726aa7f3b1f35ee8892e9f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 27 Nov 2024 21:15:28 +0100 Subject: [PATCH] Debug 4 --- .github/workflows/asciidoc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/asciidoc.yml b/.github/workflows/asciidoc.yml index 777b65a..0f01d24 100755 --- a/.github/workflows/asciidoc.yml +++ b/.github/workflows/asciidoc.yml @@ -52,9 +52,9 @@ jobs: run: | mkdir -p release-notes-micro{-60-all,-60,-61}/html OUTPUT_DIR=$(find artifact-dir -mindepth 1 -maxdepth 1 -type d) - mv "$OUTPUT_DIR/html/release-notes-micro" micro-60-all/html - mv "$OUTPUT_DIR/html/release-notes-micro-60" micro-60/html - mv "$OUTPUT_DIR/html/release-notes-micro-61" micro-61/html + mv "$OUTPUT_DIR/html/release-notes-micro" release-notes-micro-60-all/html + mv "$OUTPUT_DIR/html/release-notes-micro-60" release-notes-micro-60/html + mv "$OUTPUT_DIR/html/release-notes-micro-61" release-notes-micro-61/html - name: Publishing builds on susedoc.github.io uses: openSUSE/doc-ci@gha-publish env: