Skip to content

Commit a02968c

Browse files
committed
Fix more typos
1 parent 54dfbfa commit a02968c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-doxygen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ jobs:
569569
mkdir -p image/Doxygen.app/Contents/MacOS
570570
sed -i -e "s/\$VERSION/${{ steps.doxygen-version.outputs.version }}/g" image/Doxygen.app/Contents/Info.plist
571571
cp doxygen/build/bin/doxygen image/Doxygen.app/Contents/Resources
572-
cp doxygen/build/bin/doxyindex image/Doxygen.app/Contents/Resources
572+
cp doxygen/build/bin/doxyindexer image/Doxygen.app/Contents/Resources
573573
cp doxygen/build/bin/doxysearch.cgi image/Doxygen.app/Contents/Resources
574574
cp doxygen/build/bin/doxywizard image/Doxygen.app/Contents/MacOS/Doxywizard
575575
/usr/sbin/diskutil rename image Doxygen
@@ -607,8 +607,8 @@ jobs:
607607
cat doxygen/INSTALL | sed -e "s/\$VERSION/$VERSION/g" -e "s/\$DATE/`date +\"%d %B %Y\"`/g" >$DESTDIR/INSTALL
608608
mkdir $DESTDIR/bin
609609
mkdir -p $DESTDIR/man/man1
610-
cp -a doxygen/html $DESTDIR
611-
cp -a doxygen/examples $DESTDIR
610+
cp -a doxygen/build/html $DESTDIR
611+
cp -a doxygen/build/examples $DESTDIR
612612
cp doxygen/build/bin/doxygen $DESTDIR/bin
613613
cp doxygen/build/latex/doxygen_manual.pdf $DESTDIR/doxygen_manual-$VERSION.pdf
614614
cp doxygen/build/bin/doxyindexer $DESTDIR/bin

0 commit comments

Comments
 (0)