Skip to content
Snippets Groups Projects
Commit cdca4888 authored by Sören Henning's avatar Sören Henning
Browse files

Fix artifact paths

parent 3beafeec
No related branches found
No related tags found
No related merge requests found
Pipeline #6057 passed with warnings
...@@ -374,8 +374,10 @@ build-theodolite-jvm: ...@@ -374,8 +374,10 @@ build-theodolite-jvm:
script: ./gradlew --build-cache assemble script: ./gradlew --build-cache assemble
artifacts: artifacts:
paths: paths:
- "theodolite/build/lib/*" - "theodolite/build/quarkus-app/lib/"
- "theodolite/build/*-runner.jar" - "theodolite/build/quarkus-app/*.jar"
- "theodolite/build/quarkus-app/app/"
- "theodolite/build/quarkus-app/quarkus/"
expire_in: 6 hours expire_in: 6 hours
build-theodolite-native: build-theodolite-native:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment