fix problem in running action
This commit is contained in:
parent
6970f8a44b
commit
0eb827ac03
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user