This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new 8fb39c1 Use the new tagging feature to download only maven files via
rsync
8fb39c1 is described below
commit 8fb39c106166ced90e02059fd9547c8b704cc190
Author: Alastair McFarlane <[email protected]>
AuthorDate: Thu Jan 22 17:39:03 2026 +0000
Use the new tagging feature to download only maven files via rsync
---
.github/workflows/distribute-maven-stg.yml | 2 +-
.github/workflows/distribute-maven.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/distribute-maven-stg.yml
b/.github/workflows/distribute-maven-stg.yml
index 662ff72..718c5db 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -208,7 +208,7 @@ jobs:
rsync -av \
-e "ssh -p 2222 -i $SSH_PRIVATE_KEY_PATH -o
StrictHostKeyChecking=accept-new" \
-- \
- "github@${ATR_HOST}:/${INPUTS_PROJECT}/${INPUTS_VERSION}/" ./stg/
+ "github@${ATR_HOST}:/${INPUTS_PROJECT}/${INPUTS_VERSION}/maven/"
./stg/
env:
INPUTS_PROJECT: ${{ inputs.project }}
INPUTS_VERSION: ${{ inputs.version }}
diff --git a/.github/workflows/distribute-maven.yml
b/.github/workflows/distribute-maven.yml
index 82b9bfb..57d4ad1 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -206,7 +206,7 @@ jobs:
rsync -av \
-e "ssh -p 2222 -i $SSH_PRIVATE_KEY_PATH -o
StrictHostKeyChecking=accept-new" \
-- \
- "github@${ATR_HOST}:/${INPUTS_PROJECT}/${INPUTS_VERSION}/" ./stg/
+ "github@${ATR_HOST}:/${INPUTS_PROJECT}/${INPUTS_VERSION}/maven/"
./stg/
env:
INPUTS_PROJECT: ${{ inputs.project }}
INPUTS_VERSION: ${{ inputs.version }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]