From d4466bff296f85246104640372fc9cb9ecfc3eaf Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Wed, 2 Feb 2022 13:53:57 +0100 Subject: [PATCH] Fix archive name --- .github/workflows/package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 35adb1d..106647f 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -43,7 +43,8 @@ jobs: name=$(python '.github/package.py') echo "The folder name are ${name}" echo "::set-output name=folder::${name}" - archive='.github/package.py'.zip + archive=$(python '.github/package.py').zip + echo "The archive name are ${archive}" echo "::set-output name=package::${archive}" # Update the bl info version, update the init file and push if needed