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 eeba5b9 commit 23e0c60Copy full SHA for 23e0c60
.github/workflows/binaries.yml
@@ -246,7 +246,7 @@ jobs:
246
- name: Extract JavaFX JMODs (Windows)
247
if: ${{ (needs.conditions.outputs.eaJdk == 'true') && (matrix.os == 'windows-latest') }}
248
run: |
249
- cd C:\\temp
+ cd C:\temp
250
unzip jmods.zip
251
- name: Setup JDK (runtime for gradle)
252
uses: actions/setup-java@v5
0 commit comments