From 7f2d812be888cdf935f88dccc5e77ca491108bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 7 Feb 2026 18:51:34 +0100 Subject: [PATCH] fix --- .github/workflows/main.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7edf80992..d71752db6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -223,6 +223,9 @@ jobs: uses: actions/download-artifact@v4 with: name: version_properties + path: + - ./ + - libsrc/ffdec_lib/ - name: Check style run: ant checkstyle @@ -272,7 +275,7 @@ jobs: run: | mkdir build/classes javac -d build/classes libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/BMPFile.java - javac -d build/classes src/com/jpexs/build/SplashScreenGenerator.java + javac -cp build/classes -d build/classes src/com/jpexs/build/SplashScreenGenerator.java java -cp build/classes com.jpexs.build.SplashScreenGenerator "${{ needs.compute-version.outputs.verLong }}" - name: Replace EXE splash screen @@ -553,6 +556,9 @@ jobs: uses: actions/download-artifact@v4 with: name: version_properties + path: + - ./ + - libsrc/ffdec_lib/ - name: Create packages run: ant release-no-dist @@ -589,6 +595,9 @@ jobs: uses: actions/download-artifact@v4 with: name: version_properties + path: + - ./ + - libsrc/ffdec_lib/ - name: Generate Javadoc run: ant release_lib_javadoc