fix choco release (#4941)

* fix choco action

* fix choco action env vars

* fix choco action env vars

* fix choco action py version source regex
This commit is contained in:
ay-ex
2024-06-28 09:33:58 +00:00
committed by GitHub
parent f0d7965d49
commit e59cd80868
4 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ topics = {
"install": {
"path": HERE_DIR / "tools" / "chocolateyinstall.ps1",
"env_vars": {
"url_blenderbim_py310_win_zip",
"sha256sum_blenderbim_py310_win_zip",
"url_blenderbim_py3x_win_zip",
"sha256sum_blenderbim_py3x_win_zip",
"latest_blender_version_maj_min",
},
},