ci: build and save artifact
All checks were successful
/ build (push) Successful in 1m1s

This commit is contained in:
Marc 2024-06-03 00:11:42 -04:00
parent fca61353b7
commit 3daba14652
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -0,0 +1,18 @@
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
- run: go build .
- uses: actions/upload-artifact@v3
with:
name: x64-build
path: ./spud