Skip to content

Commit

Permalink
100% auto builds fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspirata committed Jul 12, 2024
1 parent 89091b3 commit 50cc6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Addon Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Add warning to __init__.py
run: |
BUILD_DATE=$(TZ='Asia/Novosibirsk' date +"%d.%m.%Y %H:%M:%S")
sed -i "21 a\\ \"warning\": \"This is Experimental Branch Build ($BUILD_DATE)\"," "Mcblend Source/__init__.py"
sed -i "16 a\\ \"warning\": \"This is Experimental Branch Build ($BUILD_DATE)\"," "Mcblend Source/__init__.py"
- name: Prepare Blender Addon
Expand Down

0 comments on commit 50cc6a5

Please sign in to comment.