Skip to content

Commit 80d22a0

Browse files
committed
fixed bug due to JDK 21 broken backward compatability
1 parent 226303e commit 80d22a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ jobs:
116116
uses: actions/upload-artifact@v3
117117
with:
118118
name: evomaster.deb
119-
path: release/evomaster_${{env.evomaster-version}}-1_amd64.deb
119+
# JDK 17 and 21 use different suffixes... doesn't seem configurable :(
120+
# path: release/evomaster_${{env.evomaster-version}}-1_amd64.deb
121+
path: release/evomaster_${{env.evomaster-version}}_amd64.deb
120122
retention-days: ${{env.retention-days}}
121123
if-no-files-found: error
122124

0 commit comments

Comments
 (0)