Vendor publish-release CI action

This replaces `marvinpinto/action-automatic-releases`, which hasn't been
updated since Jan 29 2022.
This commit is contained in:
peelz
2023-05-08 12:18:50 -04:00
parent 886fa9ed80
commit 32645c0dd2
119 changed files with 16086 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
# 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)