Export build and epk file to github actions

This commit is contained in:
OtterDev 2023-07-31 10:53:16 -06:00 committed by GitHub
parent a7a7814a1c
commit 3794a356d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,3 +13,12 @@ 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
- name: Compile EPK
run: bash lax1dude/epkcompiler/run_unix.sh
- name: Export data
uses: actions/upload-artifact@v3
with:
name: web
path: js/*