Skip to content

Commit fefafd8

Browse files
committed
Extract jdk.jsobject.jmod only
1 parent 23e0c60 commit fefafd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,12 @@ jobs:
242242
if: ${{ (needs.conditions.outputs.eaJdk == 'true') && (matrix.os != 'windows-latest') }}
243243
run: |
244244
cd /tmp
245-
unzip jmods.zip
245+
unzip -j jmods.zip "javafx-jmods-26/jdk.jsobject.jmod"
246246
- name: Extract JavaFX JMODs (Windows)
247247
if: ${{ (needs.conditions.outputs.eaJdk == 'true') && (matrix.os == 'windows-latest') }}
248248
run: |
249249
cd C:\temp
250-
unzip jmods.zip
250+
unzip -j jmods.zip "javafx-jmods-26\jdk.jsobject.jmod"
251251
- name: Setup JDK (runtime for gradle)
252252
uses: actions/setup-java@v5
253253
with:

0 commit comments

Comments
 (0)