Small fix with the package folder name script
This commit is contained in:
@@ -10,3 +10,4 @@ def get_folder_name():
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
name = get_folder_name()
|
name = get_folder_name()
|
||||||
|
print(name)
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ 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 = python '.github/package.py'
|
name=echo python '.github/package.py'
|
||||||
echo "::set-output name=folder::${name}"
|
echo "::set-output name=folder::${name}"
|
||||||
archive='.github/package.py'.zip
|
archive='.github/package.py'.zip
|
||||||
echo "::set-output name=package::${archive}"
|
echo "::set-output name=package::${archive}"
|
||||||
|
|||||||
Reference in New Issue
Block a user