Skip to content

Commit

Permalink
force release to use the same jvm as test
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Dec 21, 2023
1 parent ad97441 commit abf5b95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- name: Pull a JavaFX JDK
run: wget http://static.azul.com/zulu/bin/zulu8.33.0.1-ca-fx-jdk8.0.192-linux_x64.tar.gz
- uses: actions/setup-java@v1
with:
java-version: '8'
distribution: 'zulu'
java-version: 1.8
jdkFile: ./zulu8.33.0.1-ca-fx-jdk8.0.192-linux_x64.tar.gz
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Set output
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app.name=JavaCad
app.version=0.29.1
app.version=0.29.2


0 comments on commit abf5b95

Please sign in to comment.