From 9528ad6afbd87060922647b7a222b513cfc5c9f5 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Thu, 28 Sep 2023 11:59:22 +0200 Subject: [PATCH] CI: upload support config tarball Signed-off-by: Jordi Massaguer Pla --- .github/workflows/acceptance_tests_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance_tests_common.yml b/.github/workflows/acceptance_tests_common.yml index 8b44793b4f89..b0f59ca5a61a 100644 --- a/.github/workflows/acceptance_tests_common.yml +++ b/.github/workflows/acceptance_tests_common.yml @@ -94,5 +94,5 @@ jobs: uses: actions/upload-artifact@v3 with: name: support_config - path: /var/log/scc_* + path: /var/log/scc_*.txz