Add automatic CI to build artifacts #1

Merged
Matte23 merged 8 commits from feature/workflows into master 2024-07-09 20:43:42 +00:00
Showing only changes of commit 51fa77b84b - Show all commits

View File

@@ -32,6 +32,10 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: InnkeeperBot
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Release artifact
id: use-go-action
uses: https://gitea.com/actions/release-action@main