Skip to content

Commit 518fbc8

Browse files
committed
Fix release workflow to attach shadowJar
1 parent fc084d6 commit 518fbc8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/github_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
permissions:
99
contents: write
1010
uses: qupath/actions/.github/workflows/github-release.yml@main
11+
with:
12+
java-version: "25" # This overrides the default '21' in the QuPath workflow
1113

1214
attach-shadow-jar:
1315
needs: shadow-jar

0 commit comments

Comments
 (0)