Skip to content

Commit c5371b3

Browse files
authored
Update main.yml
1 parent 2b23d70 commit c5371b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip
2323

2424
# 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/
25+
- run: zip -r ./module.zip module.json lang/ src/ style/ scripts/ templates/
2626

2727
# Create a release for this specific version
2828
- name: Update Release with Files

0 commit comments

Comments
 (0)