mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-04-04 11:44:13 +02:00
ci: improved readability
chore: changed name in repositories Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
b2ed4fea17
commit
b286519640
2 changed files with 6 additions and 1 deletions
|
@ -7,16 +7,21 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
name: Checkout
|
||||
|
||||
- uses: https://github.com/actions/setup-java@v4
|
||||
name: Setup Java
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
|
||||
- uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
name: Setup Gradle
|
||||
|
||||
- run: ./gradlew runDatagen
|
||||
name: Generate assets
|
||||
|
||||
- run: ./gradlew build
|
||||
name: Build Project
|
||||
|
||||
- run: ./gradlew publish
|
||||
name: Upload
|
||||
|
|
|
@ -186,7 +186,7 @@ publishing {
|
|||
repositories {
|
||||
if (System.getenv("CI") != null) {
|
||||
maven {
|
||||
name = "Codeberg"
|
||||
name = "Forgejo"
|
||||
val repoOwner = System.getenv("GITHUB_REPOSITORY_OWNER")
|
||||
val apiEndpoint = System.getenv("GITHUB_API_URL")
|
||||
url = uri("$apiEndpoint/packages/$repoOwner/maven")
|
||||
|
|
Loading…
Add table
Reference in a new issue