Added Workflow
ProtoGen Action Runner / build (push) Failing after 0s

This commit is contained in:
2025-05-19 21:17:05 +02:00
parent a887d76dd9
commit 52238f9aaf
+14
View File
@@ -0,0 +1,14 @@
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