Skip to content

Commit

Permalink
missing source file
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Oct 29, 2023
1 parent c60c216 commit 931d406
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 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.mjs 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 931d406

Please sign in to comment.