Update GitHub workflows

This commit is contained in:
Kevin Kandlbinder 2022-10-10 14:57:20 +02:00
parent e48cae9fd9
commit 11d445fa09

View file

@ -19,7 +19,7 @@ jobs:
go-version: 1.17
- name: Build
run: go build -o dist/ -v ./...
run: go build -o build/ -v ./...
- name: Upload build artifacts
uses: actions/upload-artifact@v3