Remove unused variable
This commit is contained in:
@@ -32,10 +32,8 @@ jobs:
|
||||
- name: Setup package variable
|
||||
id: folder
|
||||
run: |
|
||||
python '.github/package.py'
|
||||
echo "::set-output name=folder::$(python '.github/package.py')"
|
||||
archive=$(python '.github/package.py').zip
|
||||
echo "::set-output name=package::${archive}"
|
||||
echo "::set-output name=package::$(python '.github/package.py').zip"
|
||||
|
||||
# Update the bl info version, update the init file and push if needed
|
||||
- name: Change version number in the bl info addon data
|
||||
|
||||
Reference in New Issue
Block a user