Have the build delete all of the temp files
This commit is contained in:
parent
033be40e80
commit
d888a0c9be
1 changed files with 3 additions and 0 deletions
3
.github/workflows/draft-release.yaml
vendored
3
.github/workflows/draft-release.yaml
vendored
|
|
@ -38,6 +38,9 @@ jobs:
|
||||||
id: manifest-update
|
id: manifest-update
|
||||||
run: cat prod.dist/module.temp.json | jq -r --tab '.download = "https://github.com/${{ github.repository }}/releases/download/v${{ steps.version.outputs.version }}/release.zip"' > prod.dist/module.json
|
run: cat prod.dist/module.temp.json | jq -r --tab '.download = "https://github.com/${{ github.repository }}/releases/download/v${{ steps.version.outputs.version }}/release.zip"' > prod.dist/module.json
|
||||||
|
|
||||||
|
- name: Delete temp files from build
|
||||||
|
run: rm prod.dist/*.temp.*
|
||||||
|
|
||||||
- name: Create the zip
|
- name: Create the zip
|
||||||
run: cd prod.dist; zip -r release.zip *
|
run: cd prod.dist; zip -r release.zip *
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue