Set variable fix
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
||||
run: |
|
||||
echo "With python, get a folder name"
|
||||
python '.github/package.py'
|
||||
name= python '.github/package.py'
|
||||
name=$(python '.github/package.py')
|
||||
echo "The folder name are ${name}"
|
||||
echo "::set-output name=folder::${name}"
|
||||
archive='.github/package.py'.zip
|
||||
|
||||
Reference in New Issue
Block a user