spud/.forgejo/workflows/release.yml
Marc Cataford 8bf2a81e3e
Some checks failed
/ build (push) Failing after 49s
ci: build and save artifact
2024-06-03 00:18:38 -04:00

17 lines
319 B
YAML

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: forgejo/upload-artifact@v4
with:
path: ./spud