Skip to content

Commit a97ad2e

Browse files
committed
Fix some small issues
1 parent c057caf commit a97ad2e

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
@@ -505,8 +505,8 @@ jobs:
505505
cmake --install .
506506
shell: cmd
507507

508-
- name: Verify Doxygen build (Linux/macOS)
509-
if: matrix.platform != 'windows'
508+
- name: Verify Doxygen build (Linux)
509+
if: matrix.platform == 'linux'
510510
run: |
511511
echo "Checking Doxygen binary..."
512512
ls -lh ${{ github.workspace }}/doxygen-install/bin/doxygen${{ matrix.extension }}
@@ -584,7 +584,7 @@ jobs:
584584
VERSION=${{ steps.doxygen-version.outputs.version }}
585585
586586
# create installer dir
587-
mkdir installer
587+
mkdir -p installer/doxygen-$VERSION
588588
589589
# create source package
590590
tar -C doxygen --exclude bin -c -v -f - \

0 commit comments

Comments
 (0)