From 0eb827ac03e167a6d8e0cbffa858ae5970fb9185 Mon Sep 17 00:00:00 2001 From: OtterDev <134523836+OtterCodes101@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:05:19 -0600 Subject: [PATCH] fix problem in running action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78371e7..2a21ed7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: distribution: 'adopt' java-version: '17' - name: Compile EPK - run: bash lax1dude/epkcompiler/run_unix.sh + run: java -jar lax1dude/epkcompiler/CompilePackage.jar "../../resources" "../../js/resources.mc" - name: Export data uses: actions/upload-artifact@v3 with: