Fix the build step to include the assets folder

This commit is contained in:
Oliver-Akins 2025-07-25 21:11:30 -06:00
parent 47e5d5168b
commit fa8dc7d037

View file

@ -42,7 +42,7 @@ jobs:
run: cat system.temp.json | jq -r --tab '.download = "https://github.com/${{ github.repository }}/releases/download/v${{ steps.version.outputs.version }}/release.zip"' > system.json
- name: Create the zip
run: zip -r release.zip langs module styles templates system.json README.md
run: zip -r release.zip langs module styles templates system.json README.md assets
- name: Create the draft release
uses: ncipollo/release-action@v1