Skip to content

Commit

Permalink
Corrected creation of module zip
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiKnapz committed Oct 21, 2024
1 parent 576b912 commit 87699ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ jobs:
`# The name of the output file` \
./module.zip \
`# The files that will be included.` \
module.json \
src/module.json \
README.md \
LICENSE \
templates \
scripts/ \
styles/ \
packs/ \
language/ \
lang/
src/scripts/ \
src/styles/ \
src/packs/ \
src/language/ \
src/lang/
# Don't forget to add a backslash at the end of the line for any
# additional files or directories!
Expand Down

0 comments on commit 87699ab

Please sign in to comment.