From fa8dc7d037568ddeba5203340d50e8394bc594d0 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 25 Jul 2025 21:11:30 -0600 Subject: [PATCH] Fix the build step to include the assets folder --- .github/workflows/draft-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index bbae45e..000d9e6 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -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