diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03ae386..c9840b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip # Create a zip file with all files required by the system to add to the release - - run: zip -r ./system.zip LICENSE README.md system.json template.json asset/ lang/ model/ script/ style/ + - run: zip -r ./system.zip LICENSE README.md system.json template.json asset/ lang/ model/ script/ style/ templates/ fonts/ # Create a release for this specific version - name: Update Release with Files @@ -39,4 +39,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} artifacts: './system.json, ./system.zip' tag: ${{ github.event.release.tag_name }} - body: ${{ github.event.release.body }} \ No newline at end of file + body: ${{ github.event.release.body }}