We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c057caf commit a97ad2eCopy full SHA for a97ad2e
.github/workflows/build-doxygen.yml
@@ -505,8 +505,8 @@ jobs:
505
cmake --install .
506
shell: cmd
507
508
- - name: Verify Doxygen build (Linux/macOS)
509
- if: matrix.platform != 'windows'
+ - name: Verify Doxygen build (Linux)
+ if: matrix.platform == 'linux'
510
run: |
511
echo "Checking Doxygen binary..."
512
ls -lh ${{ github.workspace }}/doxygen-install/bin/doxygen${{ matrix.extension }}
@@ -584,7 +584,7 @@ jobs:
584
VERSION=${{ steps.doxygen-version.outputs.version }}
585
586
# create installer dir
587
- mkdir installer
+ mkdir -p installer/doxygen-$VERSION
588
589
# create source package
590
tar -C doxygen --exclude bin -c -v -f - \
0 commit comments