Files
LuaCsForBarotraumaEP/.github/actions/github-release/README.md
peelz 32645c0dd2 Vendor publish-release CI action
This replaces `marvinpinto/action-automatic-releases`, which hasn't been
updated since Jan 29 2022.
2023-05-08 20:02:45 -04:00

11 lines
472 B
Markdown

# github-release
An action used to publish GitHub releases for the LuaCsForBarotrauma project.
As of the time of writing this, there's a few actions floating around which
perform GitHub releases, but they all tend to have their set of drawbacks.
## Attribution
The code in this project was adapted from [wasmtime/.github/actions/github-release](https://github.com/bytecodealliance/wasmtime/tree/2300ef6894605e89bd94f6b2da75ba55e5ab91ac/.github/actions/github-release)