Skip to content

Commit

Permalink
Merge pull request #250 from sdenec/0.4.15
Browse files Browse the repository at this point in the history
0.4.15
  • Loading branch information
sdenec authored Feb 15, 2021
2 parents d52bd50 + f152874 commit f36fed0
Show file tree
Hide file tree
Showing 26 changed files with 996 additions and 263 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip

# Create a zip file with all files required by the module to add to the release
- run: zip -r ./module.zip src/module.json src/css/ src/scripts/ src/images/ src/templates/ src/lang/
- run: zip -r ./module.zip src/module.json src/css/ src/fonts/ src/scripts/ src/images/ src/templates/ src/lang/

# Create a release for this specific version
- name: Update Release with Files
Expand Down
Loading

0 comments on commit f36fed0

Please sign in to comment.