Skip to content

Commit 4d6dfd1

Browse files
committed
Remove version number from Godot addon zip in releases
1 parent ad80396 commit 4d6dfd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ jobs:
9797

9898
- name: Create godot-addon.zip
9999
run: |
100-
zip -r godot-addon-${{ github.ref_name }}.zip addons/
100+
zip -r godot-addon.zip addons/
101101
shell: bash
102102

103103
- name: Upload artifact
104104
uses: actions/upload-artifact@v4
105105
with:
106-
name: godot-addon-${{ github.ref_name }}
107-
path: godot-addon-${{ github.ref_name }}.zip
106+
name: godot-addon
107+
path: godot-addon.zip
108108
if-no-files-found: error
109109

110110
publish-release:

0 commit comments

Comments
 (0)