mirror of
https://github.com/AdrianKuta/Unbound-Drag-Drop.git
synced 2025-09-16 21:54:22 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ac5e710f37 | ||
![]() |
6021efc0cc | ||
![]() |
845ce20047 |
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@@ -1,6 +1,9 @@
|
|||||||
name: Publish
|
name: Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
release:
|
release:
|
||||||
# We'll run this workflow when a new GitHub release is created
|
# We'll run this workflow when a new GitHub release is created
|
||||||
types: [released]
|
types: [released]
|
||||||
@@ -17,6 +20,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
java-version: 17
|
java-version: 17
|
||||||
|
- name: Setup Android SDK
|
||||||
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
|
- name: LS Command
|
||||||
|
run: |
|
||||||
|
echo $ANDROID_HOME
|
||||||
|
ls $ANDROID_HOME
|
||||||
|
|
||||||
# Runs upload, and then closes & releases the repository
|
# Runs upload, and then closes & releases the repository
|
||||||
- name: Publish to MavenCentral
|
- name: Publish to MavenCentral
|
||||||
|
Reference in New Issue
Block a user