Skip to content

Commit 630c988

Browse files
authored
Update Doxygen artifact path (#3)
The latest version of the Doxygen Gradle plugin now looks in `Release_x_y_z` instead of `rel-x.y.z`.
1 parent fa6eb94 commit 630c988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Doxygen version `rel-1.9.2`'
7+
description: 'Doxygen version `Release_1_15_0`'
88
required: true
9-
default: 'rel-x.y.z'
9+
default: 'Release_x_y_z'
1010

1111
jobs:
1212
publish:

0 commit comments

Comments
 (0)