Skip to content

Commit 2b51436

Browse files
committed
doxygen.yaml: Renamed second artifact step as it had the same name as the first
Also added a message about installing doxygen-junit
1 parent 9aa0241 commit 2b51436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/doxygen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
run: |
3939
dnf install -y -q pipx 2>&1 1>/dev/null
4040
export PATH=$PATH:/github/home/.local/bin
41+
echo "${{ github.action }}: Installing doxygen-junit"
4142
pipx install doxygen-junit
4243
chmod 777 scripts/*.sh
4344
echo "${{ github.action }}: Running scripts/doxygen.sh"
@@ -49,7 +50,7 @@ jobs:
4950
echo "Running doxygen_junit"
5051
doxygen_junit --input $BUILD_WORKSPACE/doxygen/doxygen_warnings.log --output $BUILD_WORKSPACE/doxygen/doxygen_junit.xml || exit 1
5152
grep -iq "<error " "$BUILD_WORKSPACE/doxygen/doxygen_junit.xml" && exit 1 || exit 0
52-
- name: doxygen-artifacts
53+
- name: doxygen-junit-artifacts
5354
uses: actions/upload-artifact@v4
5455
with:
5556
name: doxygen_junit

0 commit comments

Comments
 (0)