mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Update ci script
This commit is contained in:
parent
c6490f5847
commit
8700191866
2 changed files with 9 additions and 8 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -96,16 +96,15 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: last_release_notes.md
|
||||
- name: Download all workflow run artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
merge-multiple: true
|
||||
- name: Get tag message
|
||||
run: git tag -l --format='%(contents)' $(git describe --tags) > release_body.md
|
||||
- name: Print release body
|
||||
run: cat release_body.md
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
draft: true
|
||||
artifacts: "*.zip"
|
||||
bodyFile: release_body.md
|
||||
bodyFile: last_release_notes.md
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue