mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[android] Add GH action to publish snapshots.
This commit is contained in:
parent
79a0f66509
commit
d5a739b99c
6
.github/workflows/spine-android.yml
vendored
6
.github/workflows/spine-android.yml
vendored
@ -17,6 +17,12 @@ jobs:
|
||||
distribution: 'zulu'
|
||||
java-version: "8"
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
with:
|
||||
api-level: 34
|
||||
build-tools: 35.0.0
|
||||
|
||||
- name: Cache Gradle packages
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user