Another test
This commit is contained in:
@@ -40,14 +40,18 @@ 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=echo python '.github/package.py'
|
name= python '.github/package.py'
|
||||||
|
echo "The folder name are ${python '.github/package.py}"
|
||||||
echo "::set-output name=folder::${name}"
|
echo "::set-output name=folder::${name}"
|
||||||
archive='.github/package.py'.zip
|
archive='.github/package.py'.zip
|
||||||
echo "::set-output name=package::${archive}"
|
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
|
||||||
run: python '.github/version.py' --tag=${{ inputs.num_version }} --name=${{ steps.folder.outputs.folder }}
|
run: |
|
||||||
|
echo "The folder name are ${{ steps.folder.outputs.folder }}"
|
||||||
|
echo "The tag used are ${{ inputs.num_version }}"
|
||||||
|
python '.github/version.py' --tag=${{ inputs.num_version }} --name=${{ steps.folder.outputs.folder }}
|
||||||
|
|
||||||
- name: Commit the previous update
|
- name: Commit the previous update
|
||||||
uses: actions-js/push@v1.3
|
uses: actions-js/push@v1.3
|
||||||
|
|||||||
Reference in New Issue
Block a user