Skip to content

Commit c993516

Browse files
committed
Update files to include in release zip.
1 parent 4af0e08 commit c993516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip
2626

2727
# Create a zip file with all files required by the system to add to the release
28-
- run: zip -r ./system.zip CHANGELOG.md LICENSE.MIT README.md system.json template.json style/css fonts/ images/ lang/ module/ packs/ templates/
28+
- run: zip -r ./system.zip CHANGELOG.md LICENSE.DIS LICENSE.MIT README.md system.json template.json assets/ css/ lang/ module/ packs/ templates/
2929

3030
# Create a release for this specific version
3131
- name: Update Release with Files

0 commit comments

Comments
 (0)