Export build and epk file to github actions
This commit is contained in:
parent
a7a7814a1c
commit
3794a356d2
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user