Skip to content

Commit

Permalink
Auto Build Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspirata committed Jun 21, 2024
1 parent 7c13ea2 commit 6320b63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/Addon Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Install required packages
run: |
python -m pip install --upgrade pip
- name: Add warning to __init__.py
run: |
build_date=$(date +"%Y-%m-%d %H:%M:%S")
sed -i '21 a\ "warning": "This is Experimental Branch Build ('"$build_date"')",' "Mcblend Source/__init__.py"
- name: Prepare Blender Addon
run: |
Expand Down
3 changes: 2 additions & 1 deletion Mcblend Source/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"author": "Aspirata",
"version": (0, 5, 0),
"blender": (3, 6, 0),
"doc_url": "https://github.com/Aspirata/Mcblend/wiki",
"tracker_url": "https://github.com/Aspirata/Mcblend/issues",
"location": "View3D > Addons Tab",
"warning": "This is Experimental Branch Build",
"description": "A useful tool for creating minecraft content in blender",
}

Expand Down

0 comments on commit 6320b63

Please sign in to comment.