File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 uses : svenstaro/upload-release-action@v2
6060 with :
6161 repo_token : ${{ secrets.GITHUB_TOKEN }}
62- file : src/blenderbim_${{ matrix.config.short_name }}_${{ matrix.pyver }}/dist/blender28-bim -${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
63- asset_name : blender28-bim -${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
62+ file : src/blenderbim_${{ matrix.config.short_name }}_${{ matrix.pyver }}/dist/blenderbim -${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
63+ asset_name : blenderbim -${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
6464 tag : " blenderbim-${{steps.date.outputs.date}}"
6565 overwrite : true
6666 body : " Daily developer testing build blenderbim-${{steps.date.outputs.date}}"
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ endif
404404 rm -rf dist/working
405405
406406 cd dist/blenderbim && sed -i "s/999999/$(VERSION)/" __init__.py
407- cd dist && zip -r blender28-bim -$(VERSION)-$(PYVERSION)-$(PLATFORM).zip ./*
407+ cd dist && zip -r blenderbim -$(VERSION)-$(PYVERSION)-$(PLATFORM).zip ./*
408408 rm -rf dist/blenderbim
409409
410410.PHONY : clean
You can’t perform that action at this time.
0 commit comments