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 4e4c8dc commit bf5719bCopy full SHA for bf5719b
.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 -j jmods.zip "javafx-jmods-26/jdk.jsobject.jmod"
+ unzip 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
251
- name: Setup JDK (runtime for gradle)
252
uses: actions/setup-java@v5
253
with:
0 commit comments