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 d95946bd4d - Show all commits

View File

@@ -20,7 +20,7 @@ jobs:
run: go test -v ./... run: go test -v ./...
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: InnkeeperBot name: InnkeeperBot
path: ./InnkeeperBot path: ./InnkeeperBot