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 eb32c61 commit 562e524Copy full SHA for 562e524
.github/workflows/deployment-ea.yml
@@ -353,7 +353,7 @@ jobs:
353
- name: Rename files with JDK version
354
shell: bash
355
run: |
356
- for file in build/distribution/*.*; do
+ for file in jabgui/build/distribution/*.*; do
357
base=${file%.*}
358
ext=${file##*.}
359
mv "$file" "${base}-jdk${{ env.jdk_version }}-javafx${{ env.javafx }}.${ext}"
0 commit comments