From 9fcbc155758a55b49d77fb6dafea0c42016ee89f Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Wed, 2 Feb 2022 13:31:38 +0100 Subject: [PATCH] Update the set folder name --- .github/workflows/package.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 1a44f39..c35dda7 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -40,8 +40,10 @@ jobs: run: | echo "With python, get a folder name" python '.github/package.py' - echo "::set-output name=folder::${{(echo python '.github/package.py')}}" - echo "::set-output name=package::${{(echo python '.github/package.py'.zip)}}" + name = echo python '.github/package.py' + archive = echo python '.github/package.py'.zip + echo "::set-output name=folder::${name}" + echo "::set-output name=package::${archive}" # Update the bl info version, update the init file and push if needed - name: Change version number in the bl info addon data