We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e0c60 commit fefafd8Copy full SHA for fefafd8
.github/workflows/binaries.yml
@@ -242,12 +242,12 @@ jobs:
242
if: ${{ (needs.conditions.outputs.eaJdk == 'true') && (matrix.os != 'windows-latest') }}
243
run: |
244
cd /tmp
245
- unzip jmods.zip
+ unzip -j jmods.zip "javafx-jmods-26/jdk.jsobject.jmod"
246
- name: Extract JavaFX JMODs (Windows)
247
if: ${{ (needs.conditions.outputs.eaJdk == 'true') && (matrix.os == 'windows-latest') }}
248
249
cd C:\temp
250
+ unzip -j jmods.zip "javafx-jmods-26\jdk.jsobject.jmod"
251
- name: Setup JDK (runtime for gradle)
252
uses: actions/setup-java@v5
253
with:
0 commit comments