Small fix with the package folder name script

This commit is contained in:
Aurelien Vaillant
2022-02-02 13:41:07 +01:00
parent bca90ae8f3
commit 6cf19ede0f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -10,3 +10,4 @@ def get_folder_name():
if __name__ == "__main__":
name = get_folder_name()
print(name)
+2 -2
View File
@@ -40,9 +40,9 @@ jobs:
run: |
echo "With python, get a folder name"
python '.github/package.py'
name = python '.github/package.py'
name=echo python '.github/package.py'
echo "::set-output name=folder::${name}"
archive = '.github/package.py'.zip
archive='.github/package.py'.zip
echo "::set-output name=package::${archive}"
# Update the bl info version, update the init file and push if needed