protgen/.gitea/workflows/build.yaml
simon 52238f9aaf
Some checks failed
ProtoGen Action Runner / build (push) Failing after 0s
Added Workflow
2025-05-19 21:17:05 +02:00

15 lines
267 B
YAML

name: ProtoGen Action Runner
run-name: ${{ gitea.actor }} Action Runner
on: [push]
jobs:
build:
image: golang:1.23
commands:
- make build
- mkdir -p dist
- mv alox.protogen dist/
artifacts:
paths:
- dist/alox.protogen