mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
G'day Bonsai!
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
|||||||
- name: Find zip file name
|
- name: Find zip file name
|
||||||
id: find_zip
|
id: find_zip
|
||||||
run: |
|
run: |
|
||||||
filepath=$(ls src/blenderbim/dist/blenderbim_*.zip)
|
filepath=$(ls src/blenderbim/dist/bonsai_*.zip)
|
||||||
echo "filepath=$filepath" >> $GITHUB_OUTPUT
|
echo "filepath=$filepath" >> $GITHUB_OUTPUT
|
||||||
echo "filename=$(basename $filepath)" >> $GITHUB_OUTPUT
|
echo "filename=$(basename $filepath)" >> $GITHUB_OUTPUT
|
||||||
- name: Upload zip file to release
|
- name: Upload zip file to release
|
||||||
@@ -80,8 +80,8 @@ jobs:
|
|||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: ${{ steps.find_zip.outputs.filepath }}
|
file: ${{ steps.find_zip.outputs.filepath }}
|
||||||
asset_name: ${{ steps.find_zip.outputs.filename }}
|
asset_name: ${{ steps.find_zip.outputs.filename }}
|
||||||
release_name: "blenderbim-${{steps.version.outputs.version}}-alpha${{steps.date.outputs.date}} (unstable)"
|
release_name: "bonsai-${{steps.version.outputs.version}}-alpha${{steps.date.outputs.date}} (unstable)"
|
||||||
tag: "blenderbim-${{steps.version.outputs.version}}-alpha${{steps.date.outputs.date}}"
|
tag: "bonsai-${{steps.version.outputs.version}}-alpha${{steps.date.outputs.date}}"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
body: "See README in https://github.com/IfcOpenShell/blenderbim_unstable_repo/ on how to setup autoupdates for daily BlenderBIM builds."
|
body: "See README in https://github.com/IfcOpenShell/blenderbim_unstable_repo/ on how to setup autoupdates for daily BlenderBIM builds."
|
||||||
|
|
||||||
|
|||||||
@@ -326,12 +326,12 @@ endif
|
|||||||
rm -rf build/blenderbim/tool/
|
rm -rf build/blenderbim/tool/
|
||||||
|
|
||||||
ifeq ($(IS_STABLE), TRUE)
|
ifeq ($(IS_STABLE), TRUE)
|
||||||
cd build && zip -r blenderbim_$(PYVERSION)-$(VERSION)-$(BLENDER_PLATFORM).zip ./blenderbim
|
cd build && zip -r bonsai_$(PYVERSION)-$(VERSION)-$(BLENDER_PLATFORM).zip ./blenderbim
|
||||||
else
|
else
|
||||||
cd build && zip -r blenderbim_$(PYVERSION)-$(VERSION)-alpha$(VERSION_DATE)-$(BLENDER_PLATFORM).zip ./blenderbim
|
cd build && zip -r bonsai_$(PYVERSION)-$(VERSION)-alpha$(VERSION_DATE)-$(BLENDER_PLATFORM).zip ./blenderbim
|
||||||
endif
|
endif
|
||||||
|
|
||||||
mv build/blenderbim*.zip dist/
|
mv build/bonsai*.zip dist/
|
||||||
|
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
schema_version = "1.0.0"
|
schema_version = "1.0.0"
|
||||||
id = "blenderbim"
|
id = "bonsai"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
name = "BlenderBIM"
|
name = "Bonsai"
|
||||||
tagline = "A native Building Information Model authoring platform using IFC"
|
tagline = "A native Building Information Model authoring platform using IFC"
|
||||||
maintainer = "Dion Moult <dion@thinkmoult.com>"
|
maintainer = "Dion Moult <dion@thinkmoult.com>"
|
||||||
type = "add-on"
|
type = "add-on"
|
||||||
website = "https://blenderbim.org/"
|
website = "https://bonsaibim.org/"
|
||||||
tags = [
|
tags = [
|
||||||
"3D View",
|
"3D View",
|
||||||
"Add Mesh",
|
"Add Mesh",
|
||||||
|
|||||||
Reference in New Issue
Block a user