Fix the build step to include the assets folder
This commit is contained in:
parent
47e5d5168b
commit
fa8dc7d037
1 changed files with 1 additions and 1 deletions
2
.github/workflows/draft-release.yaml
vendored
2
.github/workflows/draft-release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue