mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
Update GitHub actions workflow.
This commit is contained in:
@@ -7,13 +7,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Java 8
|
||||
uses: actions/setup-java@v1.3.0
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Submodule Init
|
||||
run: git submodule sync --recursive && git submodule update --init --force --recursive
|
||||
with:
|
||||
submodules: true
|
||||
- name: Build
|
||||
run: bash ./gradlew assembleRelease
|
||||
- name: Artifact
|
||||
|
||||
Reference in New Issue
Block a user