We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b23d70 commit c5371b3Copy full SHA for c5371b3
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip
23
24
# Create a zip file with all files required by the module to add to the release
25
- - run: zip -r ./module.zip module.json styles/ scripts/ templates/ languages/
+ - run: zip -r ./module.zip module.json lang/ src/ style/ scripts/ templates/
26
27
# Create a release for this specific version
28
- name: Update Release with Files
0 commit comments