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
Branches
Tags
No related merge requests found
Pipeline #6057 passed with warnings
......@@ -374,8 +374,10 @@ build-theodolite-jvm:
script: ./gradlew --build-cache assemble
artifacts:
paths:
- "theodolite/build/lib/*"
- "theodolite/build/*-runner.jar"
- "theodolite/build/quarkus-app/lib/"
- "theodolite/build/quarkus-app/*.jar"
- "theodolite/build/quarkus-app/app/"
- "theodolite/build/quarkus-app/quarkus/"
expire_in: 6 hours
build-theodolite-native:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment