mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Update CI and release job
This commit is contained in:
parent
a423d8fefd
commit
edeb80598d
2 changed files with 66 additions and 0 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -95,13 +95,21 @@ jobs:
|
|||
needs: [build-mod, build-proxy-linux, build-proxy-windows]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-tags: true
|
||||
# Not actually necessary to checkout anything, but have a single file just in case.
|
||||
sparse-checkout: README.md
|
||||
- name: Download all workflow run artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
merge-multiple: true
|
||||
- name: List artifacts
|
||||
run: ls -R
|
||||
- name: Get tag message
|
||||
run: git tag -l --format='%(contents)' $(git describe --tags) > release_body.md
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
draft: true
|
||||
artifacts: "*.zip"
|
||||
bodyFile: release_body.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue