Skip to content

Commit 76eca19

Browse files
committed
Release Workflow: Update release script
1 parent 5ee7475 commit 76eca19

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 godotvmf-v${{ steps.get_version.outputs.version }}.zip addons
29+
zip -r godotvmf-v${{ steps.get_version.outputs.version }}.zip addons script_templates
3030
3131
- name: Create GitHub release and upload archive
3232
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)