Skip to content

Commit

Permalink
edited markdown and yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coen Claus committed Apr 4, 2023
1 parent 26db909 commit 015b6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2
- name: Create ZIP file
run: |
zip -r blenderbim_spreadsheet/libs __init__.py operator.py prop.py ui.py
zip -r blenderbim_spreadsheet __init__.py operator.py prop.py ui.py
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Prequisites
BlenderBIM Spreadsheet is found under the BlenderBIM Spreadsheet tab
![image](https://user-images.githubusercontent.com/14906760/229779615-69e27c38-6eee-4c05-8eea-5144d3deb2f0.png)


<img src="https://user-images.githubusercontent.com/14906760/229779615-69e27c38-6eee-4c05-8eea-5144d3deb2f0.png" width="60%" height="30%">

### Setup of Libre Office Calc
It's highly recommended to use Libre Office Calc when using .ods files.
Expand Down

0 comments on commit 015b6da

Please sign in to comment.