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 611f73f48a - Show all commits

View File

@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v4
with: with:
go-version: 1.21 go-version: 1.21
@@ -20,7 +20,7 @@ jobs:
run: go test -v ./... run: go test -v ./...
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2.2.3 uses: actions/upload-artifact@v4
with: with:
name: InnkeeperBot name: InnkeeperBot
path: ./InnkeeperBot path: ./InnkeeperBot