mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
ci: fix server title
This commit is contained in:
parent
6a8f28b645
commit
d2810bfee3
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
|
|
@ -235,7 +235,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
VERSION=v$(cat BUMP)
|
VERSION=v$(cat BUMP)
|
||||||
gh release create $VERSION-Dedicated-Server artifacts/* \
|
gh release create $VERSION-Dedicated-Server artifacts/* \
|
||||||
--title "$(VERSION) Server" \
|
--title "$VERSION Server" \
|
||||||
--notes "Dedicated Server runtime for Windows64.
|
--notes "Dedicated Server runtime for Windows64.
|
||||||
|
|
||||||
Two flavours are attached:
|
Two flavours are attached:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue