remove nonfunctional step from the action
This commit is contained in:
parent
0eb827ac03
commit
fbe46e2853
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -13,13 +13,6 @@ jobs:
|
||||||
uses: gradle/gradle-build-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
- name: Run build with Gradle Wrapper
|
- name: Run build with Gradle Wrapper
|
||||||
run: ./gradlew teavm
|
run: ./gradlew teavm
|
||||||
- name: Setup Java JDK
|
|
||||||
uses: actions/setup-java@v3.12.0
|
|
||||||
with:
|
|
||||||
distribution: 'adopt'
|
|
||||||
java-version: '17'
|
|
||||||
- name: Compile EPK
|
|
||||||
run: java -jar lax1dude/epkcompiler/CompilePackage.jar "../../resources" "../../js/resources.mc"
|
|
||||||
- name: Export data
|
- name: Export data
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user