Browse Source

fix workflow files

Sebastian Stenzel 1 year ago
parent
commit
888bf04ec2
2 changed files with 1 additions and 3 deletions
  1. 0 1
      .github/workflows/appimage-amd64.yml
  2. 1 2
      .github/workflows/win-exe.yml

+ 0 - 1
.github/workflows/appimage-amd64.yml

@@ -32,7 +32,6 @@ jobs:
         with:
           distribution: ${{ env.JAVA_DIST }}
           java-version: ${{ env.JAVA_VERSION }}
-          java-package: 'jdk+fx'
           check-latest: true
           cache: 'maven'
 

+ 1 - 2
.github/workflows/win-exe.yml

@@ -43,7 +43,6 @@ jobs:
         with:
           distribution: ${{ env.JAVA_DIST }}
           java-version: ${{ env.JAVA_VERSION }}
-          java-package: 'jdk'
           check-latest: true
           cache: 'maven'
       - name: Download and extract JavaFX jmods from Gluon
@@ -248,7 +247,7 @@ jobs:
           distribution: ${{ env.JAVA_DIST }}
           java-version: ${{ env.JAVA_VERSION }}
           check-latest: true
-          cache: ${{ env.JAVA_CACHE }}
+          cache: 'maven'
       - name: Generate license for exe
         run: >
           mvn -B license:add-third-party