Fix expression

This commit is contained in:
Aurelien Vaillant
2022-02-02 12:32:37 +01:00
parent f2062b2d5b
commit 028d2a6189
+2 -2
View File
@@ -40,8 +40,8 @@ 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)"
echo "::set-output name=folder::${{(echo python '.github/package.py')}}"
echo "::set-output name=package::${{(echo python '.github/package.py'.zip)}}"
# Update the bl info version, update the init file and push if needed
- name: Change version number in the bl info addon data