fix problem in running action

This commit is contained in:
OtterDev 2023-07-31 11:05:19 -06:00 committed by GitHub
parent 6970f8a44b
commit 0eb827ac03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: