Skip to content

Commit b586ebe

Browse files
author
Michael Weibel
committed
always same zip for easier download urls
1 parent 0c7973b commit b586ebe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Release
1919
uses: softprops/action-gh-release@v1
2020
with:
21-
files: helio_blender_addon-*.zip
21+
files: helio_blender_addon.zip

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ submodule:
4646
git submodule update --init
4747

4848
release: submodule
49-
rm helio-blender-addon-$(TAG).zip || true
49+
rm helio-blender-addon.zip || true
5050
find helio_blender_addon -iname '__pycache__' -exec rm -Rf {} \;
5151
find helio_blender_addon -iname '*.pyc' -exec rm {} \;
52-
zip -r helio_blender_addon-$(TAG).zip helio_blender_addon/
52+
zip -r helio_blender_addon.zip helio_blender_addon/

helio_blender_addon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
bl_info = {
2929
"name": "Helio Cloud Rendering",
3030
"blender": (3, 20, 0),
31-
"version": (0, 3, 2),
31+
"version": (0, 3, 3),
3232
"category": "Render",
3333
"tracker_url": "https://github.com/helio/blender-addon/issues"
3434
}

0 commit comments

Comments
 (0)