release flow 3

This commit is contained in:
Niko Abeler 2024-05-18 21:11:03 +02:00
parent 686cd72ec2
commit ec13fffbe9
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
CGO_ENABLED: 1
GOOS: linux
GOARCH: amd64
GH_TOKEN: ${{ github.token }}
run: |
go build -o owl-linux-amd64 ./cmd/owl
gh release upload ${{github.event.release.tag_name}} owl-linux-amd64