| commit | 4f7101d15ba90b7a1ecc166426ea6902910a7773 | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Nov 02 17:15:15 2025 +0100 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Nov 02 17:15:15 2025 +0100 |
| tree | 4eeca2aff5b1f80ef7b65eea88a29f481b63d7f0 | |
| parent | 4c92944eb2b8f0bcf7f29fe1921739e100e06b80 [diff] [blame] |
Update CI and Readme Change-Id: Iba7c62774750c4de67bcd65e22cc68bd8284805e
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4dbda2..a727426 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -17,10 +17,10 @@ build: stage: build script: - - ./gradlew --build-cache clean test shadowJar + - ./gradlew --build-cache clean build artifacts: paths: - - app/build/libs/korapxmltool.jar + - app/build/libs/korapxmltool-*.jar cache: key: "$CI_COMMIT_REF_NAME" policy: push