remove nonfunctional step from the action

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

View File

@ -13,13 +13,6 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
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
uses: actions/upload-artifact@v3
with: