Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit a13408f

Browse files
committed
ci: test push_to_package_cosmian
1 parent 97bcdc3 commit a13408f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/push_to_package_cosmian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ if [ "$DEBUG_OR_RELEASE" = "release" ]; then
4444
for dir in "$DESTINATION_DIR/rhel9" "$KMS_DESTINATION_DIR/rhel9" "$FINDEX_SERVER_DESTINATION_DIR/rhel9"; do
4545
scp -o 'StrictHostKeyChecking no' \
4646
-i /root/.ssh/id_rsa rhel9-"$DEBUG_OR_RELEASE"/generate-rpm/*.rpm \
47-
cosmian@package.cosmian.com:"$dir"
47+
cosmian@package.cosmian.com:"$dir"/
4848
done
4949

5050
# Ubuntu packages
5151
for version in 20.04 22.04 24.04; do
5252
for dir in "$DESTINATION_DIR/ubuntu-$version" "$KMS_DESTINATION_DIR/ubuntu-$version" "$FINDEX_SERVER_DESTINATION_DIR/ubuntu-$version"; do
5353
scp -o 'StrictHostKeyChecking no' \
5454
-i /root/.ssh/id_rsa ubuntu_${version//./_}-"$DEBUG_OR_RELEASE"/debian/*.deb \
55-
cosmian@package.cosmian.com:"$dir"
55+
cosmian@package.cosmian.com:"$dir"/
5656
done
5757
done
5858
fi # end

0 commit comments

Comments
 (0)