From 6db88211fdfec458d2d21d595abed6d659b89d65 Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 16 Mar 2025 20:45:40 +0100 Subject: [PATCH] Update download-and-test-external.yml --- .github/workflows/download-and-test-external.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/download-and-test-external.yml b/.github/workflows/download-and-test-external.yml index e34532c4..17c360fe 100644 --- a/.github/workflows/download-and-test-external.yml +++ b/.github/workflows/download-and-test-external.yml @@ -228,7 +228,7 @@ jobs: else SOURCE="/home/runner/.aptly/public/" COMPONENT="main" - [[ $KEY == "./" || $KEY == "stable" || $KEY == "stable non-free" ]] && COMPONENT="" + [[ $KEY == "./" || $KEY == "stable" || $KEY == "public" || $KEY == "stable non-free" ]] && COMPONENT="" [[ $GLOB != *Name* && $GLOB != *Version* ]] && ADDITIONAL_FILTER="-filter-with-deps" aptly -ignore-signatures -filter="$GLOB" ${ADDITIONAL_FILTER} -architectures="$(echo $ARCH | sed "s|:|,|g")" mirror create ${{ matrix.node }}-${RELEASE} $(echo ${URL}) $(echo ${KEY}) $(echo ${COMPONENT}) aptly -max-tries=20 -ignore-signatures ${APTLY_CONF} mirror update ${{ matrix.node }}-${RELEASE}