Skip to content

Commit

Permalink
💚 send assets into the zip folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussa committed Feb 16, 2024
1 parent d3deb87 commit e567943
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 @@ -26,7 +26,7 @@ jobs:
flags: "{}"

# Create a zip file with all files required by the system to add to the release
- run: zip -r ${{ env.package_type }}.zip LICENSE README.md system.json template.json asset/ css/ lang/ lib/ module/ packs/ templates/
- run: zip -r ${{ env.package_type }}.zip LICENSE README.md system.json template.json assets/ css/ lang/ lib/ module/ packs/ templates/

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

0 comments on commit e567943

Please sign in to comment.