Skip to content

Commit 8788b4f

Browse files
committed
Copy all files from dist/bundles in CI publish script
Updated the file copy command in ci-publish.sh to copy all files from dist/bundles/biz/aQute/bnd/ instead of only those matching specific patterns. This simplifies the script and ensures all relevant files are included. Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent 9790e4b commit 8788b4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/scripts/ci-publish.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ ls -lR dist
3535
# so that they get picked up by the workspace release process
3636
mkdir -p cnf/cache/sonatype-release/biz/aQute/bnd/ && \
3737
cp -a \
38-
dist/bundles/biz/aQute/bnd/bnd* \
39-
dist/bundles/biz/aQute/bnd/biz* \
38+
dist/bundles/biz/aQute/bnd/* \
4039
cnf/cache/sonatype-release/biz/aQute/bnd/
4140

4241
# Debugging: print cnf/cache/sonatype-release

0 commit comments

Comments
 (0)