File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments