File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ jobs:
652652 uses : actions/upload-artifact@v4
653653 with :
654654 name : doxygen_manual-${{ steps.doxygen-version.outputs.version }}.chm.zip
655- path : installer/doxygen -${{ steps.doxygen-version.outputs.version }}.chm.zip
655+ path : installer/doxygen_manual -${{ steps.doxygen-version.outputs.version }}.chm.zip
656656
657657 - name : Upload Doxygen build (macOS/doxygen.dmg)
658658 if : matrix.platform == 'macos'
@@ -673,7 +673,7 @@ jobs:
673673 uses : actions/upload-artifact@v4
674674 with :
675675 name : doxygen-${{ steps.doxygen-version.outputs.version }}.linux.bin.tar.gz
676- path : installer/doxygen-${{ steps.doxygen-version.outputs.version }}.linux.tar.gz
676+ path : installer/doxygen-${{ steps.doxygen-version.outputs.version }}.linux.bin. tar.gz
677677
678678 - name : Upload Doxygen build (Linux/doxygen_manual.pdf.zip)
679679 if : matrix.platform == 'linux'
You can’t perform that action at this time.
0 commit comments