Skip to content

Commit

Permalink
Another Auto Build Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspirata committed Jun 21, 2024
1 parent 6320b63 commit 9af56ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Addon Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- 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"
build_date=$(TZ='Asia/Novosibirsk' date +"%Y-%m-%d %H:%M:%S")
sed -i '21 a\ "warning": "This is Experimental Branch Build ('$build_date' UTC+7)",' "Mcblend Source/__init__.py"
- name: Prepare Blender Addon
run: |
Expand Down

0 comments on commit 9af56ad

Please sign in to comment.