Remove unused variable
This commit is contained in:
@@ -32,10 +32,8 @@ jobs:
|
|||||||
- name: Setup package variable
|
- name: Setup package variable
|
||||||
id: folder
|
id: folder
|
||||||
run: |
|
run: |
|
||||||
python '.github/package.py'
|
|
||||||
echo "::set-output name=folder::$(python '.github/package.py')"
|
echo "::set-output name=folder::$(python '.github/package.py')"
|
||||||
archive=$(python '.github/package.py').zip
|
echo "::set-output name=package::$(python '.github/package.py').zip"
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user