Skip to content

Commit

Permalink
fix release zip contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Oct 8, 2023
1 parent ce9d6c2 commit ca500ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cp --force LICENSE.txt system/.
cp --force README.md system/.
- run: cd system && zip ../${{steps.get_vars.outputs.ZIP_NAME}} -r assets css fonts i18n packs/*.db src templates shadowdark-compiled.mjs shadowdark-compiled.mjs.map LICENSE.txt README.md system.json template.json
- run: cd system && zip ../${{steps.get_vars.outputs.ZIP_NAME}} -r assets css fonts i18n packs src templates shadowdark-compiled.mjs shadowdark-compiled.mjs.map LICENSE.txt README.md system.json template.json

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

0 comments on commit ca500ff

Please sign in to comment.