Skip to content
Snippets Groups Projects
Verified Commit 852b9180 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

build: properly export artifacts

parent e41dc33f
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ release-artifacts: ...@@ -45,7 +45,7 @@ release-artifacts:
- "./gradlew publish" - "./gradlew publish"
artifacts: artifacts:
paths: paths:
- "build/libs/*" - "*/build/libs/*"
rules: rules:
- if: "$CI_COMMIT_TAG" - if: "$CI_COMMIT_TAG"
when: on_success when: on_success
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment