Skip to content

Commit 5aa2b2a

Browse files
committed
Some more fixes
1 parent 3305516 commit 5aa2b2a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-doxygen.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,13 +584,12 @@ jobs:
584584
VERSION=${{ steps.doxygen-version.outputs.version }}
585585
586586
# create installer dir
587-
mkdir -p installer/doxygen-$VERSION
587+
mkdir -p installer
588588
589589
# create source package
590-
tar -C doxygen --exclude bin -c -v -f - \
590+
tar -C doxygen --exclude bin -c -v -f installer/doxygen-$VERSION.src.tar.gz \
591591
doc doc_internal deps vhdlparser libxml libversion examples addon src testing templates cmake \
592-
CMakeLists.txt BUILD.txt INSTALL LANGUAGE.HOWTO LICENSE \
593-
README.md | ( cd installer/doxygen-$VERSION; tar xpf -)
592+
CMakeLists.txt BUILD.txt INSTALL LANGUAGE.HOWTO LICENSE README.md
594593
595594
# create PDF version of the manual
596595
cp doxygen/build/latex/doxygen_manual.pdf installer/doxygen_manual-$VERSION.pdf

0 commit comments

Comments
 (0)