Skip to content

Commit 6186a88

Browse files
committed
Rename misleading "ifcblenderexport" directory to "blenderbim"
1 parent 074a8c2 commit 6186a88

File tree

244 files changed

+4
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish-blenderbim-multiplatform
33
on:
44
push:
55
paths:
6-
- 'src/ifcblenderexport/**'
6+
- 'src/blenderbim/**'
77
- '.github/workflows/ci-blenderbim-matrix.yml'
88

99
env:
@@ -52,14 +52,14 @@ jobs:
5252
run: echo "::set-output name=date::$(date +'%y%m%d')"
5353
- name: Compile
5454
run: |
55-
cp -r src/ifcblenderexport src/ifcblenderexport_${{ matrix.config.short_name }}_${{ matrix.pyver }} &&
56-
cd src/ifcblenderexport_${{ matrix.config.short_name }}_${{ matrix.pyver }} &&
55+
cp -r src/blenderbim src/blenderbim_${{ matrix.config.short_name }}_${{ matrix.pyver }} &&
56+
cd src/blenderbim_${{ matrix.config.short_name }}_${{ matrix.pyver }} &&
5757
make dist PLATFORM=${{ matrix.config.short_name }} PYVERSION=${{ matrix.pyver }}
5858
- name: Upload Zip file to release
5959
uses: svenstaro/upload-release-action@v2
6060
with:
6161
repo_token: ${{ secrets.GITHUB_TOKEN }}
62-
file: src/ifcblenderexport_${{ matrix.config.short_name }}_${{ matrix.pyver }}/dist/blender28-bim-${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
62+
file: src/blenderbim_${{ matrix.config.short_name }}_${{ matrix.pyver }}/dist/blender28-bim-${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
6363
asset_name: blender28-bim-${{steps.date.outputs.date}}-${{ matrix.pyver }}-${{ matrix.config.short_name }}.zip
6464
tag: "blenderbim-${{steps.date.outputs.date}}"
6565
overwrite: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)