Skip to content

Commit 6652cf5

Browse files
authored
Update release.yml
1 parent 40f0723 commit 6652cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Create ZIP archive with version in name
2828
run: |
29-
zip -r addons-v${{ steps.get_version.outputs.version }}.zip addons
29+
zip -r godotvmf-v${{ steps.get_version.outputs.version }}.zip addons
3030
3131
- name: Create GitHub release and upload archive
3232
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)