Skip to content

Commit 562e524

Browse files
committed
Fix path
1 parent eb32c61 commit 562e524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment-ea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
- name: Rename files with JDK version
354354
shell: bash
355355
run: |
356-
for file in build/distribution/*.*; do
356+
for file in jabgui/build/distribution/*.*; do
357357
base=${file%.*}
358358
ext=${file##*.}
359359
mv "$file" "${base}-jdk${{ env.jdk_version }}-javafx${{ env.javafx }}.${ext}"

0 commit comments

Comments
 (0)