Skip to content

Creating a release

Mark Fischer, Jr edited this page Aug 24, 2022 · 3 revisions
  1. Run dotnet publish -r linux-x64 -c Release --self-contained true in src/FischBot/
  2. Go to src/FischBot/bin/Release/net6.0 and compress linux-x64/ as a zip file.
  3. Upload to GitHub releases.

Clone this wiki locally