spud/.forgejo/workflows/release.yml

19 lines
345 B
YAML
Raw Normal View History

2024-06-03 04:11:42 +00:00
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