Automatic build action, take 5

This commit is contained in:
Jarno Rankinen 2024-03-07 23:27:21 +02:00
parent 773dbb6230
commit 64984d49d6
1 changed files with 9 additions and 1 deletions

View File

@ -18,4 +18,12 @@ jobs:
with:
go-version: '1.18.0'
- name: Build x86_64
run: ./build.sh
run: ./build.sh
- name: Add to release
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}