Skip to content

Commit 9735859

Browse files
committed
Fix directory structure for sonatype release cache
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent f47da8b commit 9735859

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/ci-publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ ls -lR dist
2222

2323
# Hack for sonatype release: Copy all above to cnf/cache/sonatype-release
2424
# so that they get picked up by the workspace release process
25-
mkdir -p cnf/cache/sonatype-release && \
25+
mkdir -p cnf/cache/sonatype-release/biz/aQute/bnd/ && \
2626
cp -a \
2727
dist/bundles/biz/aQute/bnd/bnd* \
2828
dist/bundles/biz/aQute/bnd/biz* \
29-
cnf/cache/sonatype-release/
29+
cnf/cache/sonatype-release/biz/aQute/bnd/
3030

3131
# Debugging: print cnf/cache/sonatype-release
3232
ls cnf/cache/sonatype-release

0 commit comments

Comments
 (0)