Skip to content

Commit

Permalink
yet another fix for JDK 21 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Aug 12, 2024
1 parent 80d22a0 commit 9173e3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
name: evomaster.msi


## Doesn't seem any longer mantained... plus usability issues
## Doesn't seem any longer maintained... plus usability issues
# - uses: "marvinpinto/action-automatic-releases@latest"
# with:
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -168,6 +168,6 @@ jobs:
files: |
evomaster.jar
evomaster-${{env.evomaster-version}}.msi
evomaster-${{env.evomaster-version}}.dmg
evomaster_${{env.evomaster-version}}-1_amd64.deb
evomaster-${{env.evomaster-version}}.dmg
evomaster_${{env.evomaster-version}}_amd64.deb
# JDK 17 and 21 use different suffixes... doesn't seem configurable :(

0 comments on commit 9173e3b

Please sign in to comment.