Skip to content

Commit 23e0c60

Browse files
committed
Fix \
1 parent eeba5b9 commit 23e0c60

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
@@ -246,7 +246,7 @@ jobs:
246246
- name: Extract JavaFX JMODs (Windows)
247247
if: ${{ (needs.conditions.outputs.eaJdk == 'true') && (matrix.os == 'windows-latest') }}
248248
run: |
249-
cd C:\\temp
249+
cd C:\temp
250250
unzip jmods.zip
251251
- name: Setup JDK (runtime for gradle)
252252
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)