Remove unused variable

This commit is contained in:
Aurelien Vaillant
2022-02-02 14:09:48 +01:00
parent 80e8dbb1ca
commit de4c6e4175
+1 -3
View File
@@ -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