Skip to content

Commit fee5d17

Browse files
committed
Fix builds to use name "blenderbim" instead of "blender28-bim" which now confuses people since 2.9 is out.
1 parent 94f0612 commit fee5d17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-blenderbim-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
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}}"

src/blenderbim/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)