Skip to content

Commit edfa490

Browse files
Stop excluding Template.sln in releases
1 parent a723a6c commit edfa490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
cd Template
3636
zip -r "../${{ steps.version.outputs.zip_name }}" . \
37-
-x ".godot/*" ".vs/*" "Template.sln"
37+
-x ".godot/*" ".vs/*"
3838
3939
- name: Create draft release
4040
env:

0 commit comments

Comments
 (0)