We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af0e08 commit c993516Copy full SHA for c993516
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip
26
27
# 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/
+ - run: zip -r ./system.zip CHANGELOG.md LICENSE.DIS LICENSE.MIT README.md system.json template.json assets/ css/ lang/ module/ packs/ templates/
29
30
# Create a release for this specific version
31
- name: Update Release with Files
0 commit comments