Update python script
This commit is contained in:
@@ -40,9 +40,9 @@ 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'
|
||||||
name = echo python '.github/package.py'
|
name = python '.github/package.py'
|
||||||
archive = echo python '.github/package.py'.zip
|
|
||||||
echo "::set-output name=folder::${name}"
|
echo "::set-output name=folder::${name}"
|
||||||
|
archive = '.github/package.py'.zip
|
||||||
echo "::set-output name=package::${archive}"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user