Update config.yml

This commit is contained in:
Ossian Winter 2020-12-28 22:10:30 +01:00 committed by GitHub
parent 4dc2bbc00f
commit 2f46800339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,12 +24,13 @@ jobs:
- v1-dependencies-
- run: sed -i 's/def buildmode = "IDE"/def buildmode = "RELEASE"/' build.gradle
- run: ver=`grep -oP 'version = "*.*"' build.gradle | head -n 1 | cut -d "\"" -f2 | cut -d "\"" -f1`
- run: ./gradlew clean
- run: ./gradlew setupDecompWorkspace
- run: ./gradlew build
- store_artifacts:
path: build/libs/seppuku-*-full.jar
path: build/libs/seppuku-$ver-full.jar
destination: seppuku.jar
- save_cache: