From af29fd5f2e128186b669101b7f5ba4798e502579 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 16 May 2023 15:15:40 +0200 Subject: [PATCH] Publish dev preview in `dev_preview` subdirectory in tmp.kiwix.org/ci. --- .github/scripts/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/common.py b/.github/scripts/common.py index 5480c10..c6ef388 100644 --- a/.github/scripts/common.py +++ b/.github/scripts/common.py @@ -257,7 +257,7 @@ def upload_archive(archive, project, make_release, dev_branch=None): dest_path = dest_path + "nightly/" + DATE if dev_branch: - dest_path = "/data/tmp/ci/" + dev_branch + dest_path = "/data/tmp/ci/dev_preview/" + dev_branch else: # Make the archive read only. This way, scp will preserve rights. # If somehow we try to upload twice the same archive, scp will fails.