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 fefafd8 commit 4e4c8dcCopy full SHA for 4e4c8dc
.github/workflows/binaries.yml
@@ -247,7 +247,7 @@ jobs:
247
if: ${{ (needs.conditions.outputs.eaJdk == 'true') && (matrix.os == 'windows-latest') }}
248
run: |
249
cd C:\temp
250
- unzip -j jmods.zip "javafx-jmods-26\jdk.jsobject.jmod"
+ 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