Set variable fix
This commit is contained in:
@@ -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=$(python '.github/package.py')
|
||||||
echo "The folder name are ${name}"
|
echo "The folder name are ${name}"
|
||||||
echo "::set-output name=folder::${name}"
|
echo "::set-output name=folder::${name}"
|
||||||
archive='.github/package.py'.zip
|
archive='.github/package.py'.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user