From abef777c9f2a187548a8b2f9440441a03d7fcbfc Mon Sep 17 00:00:00 2001 From: miampf Date: Mon, 29 Jan 2024 16:51:13 +0100 Subject: [PATCH] use correct name for artifact content --- .github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh b/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh index 753f83cfc..87ce503e2 100755 --- a/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh +++ b/.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh @@ -62,10 +62,10 @@ for artifact in ./terraform-state-*.zip; do mkdir ${artifact%.*} unzip "$artifact" - unzip artifact.zip -d ${artifact%.*} -P "$artifact_pwd" + unzip -d ${artifact%.*} -P "$artifact_pwd" archive.zip rm "$artifact" - rm artifact.zip + rm archive.zip done echo "[*] deleting resources"