Update the set folder name

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