Skip to content

Commit 4e4c8dc

Browse files
committed
Try / on Windows
1 parent fefafd8 commit 4e4c8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
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 -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)