From 7b02756587b3b889dd6ef7a2fd6c9774f5d2542f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:26:59 +0000 Subject: [PATCH] Upload both rc and stable releases to the same SFTP folder Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- .github/workflows/release_pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index 118f936..38b8585 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -755,9 +755,9 @@ else: SUFFIX="${FTP_PATH_SUFFIX:-}" if [ -n "${SUFFIX}" ]; then - REMOTE_PATH="${FTP_PATH%/}/${SUFFIX%/}/${CHANNEL}" + REMOTE_PATH="${FTP_PATH%/}/${SUFFIX%/}" else - REMOTE_PATH="${FTP_PATH%/}/${CHANNEL}" + REMOTE_PATH="${FTP_PATH%/}" fi AUTH_MODE="password"