Skip to content

Commit bf5719b

Browse files
committed
Keep directory struture
1 parent 4e4c8dc commit bf5719b

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 -j jmods.zip "javafx-jmods-26/jdk.jsobject.jmod"
245+
unzip 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 -j jmods.zip "javafx-jmods-26/jdk.jsobject.jmod"
250+
unzip 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)