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}