@@ -1,4 +1,8 @@
|
||||
pipeline:
|
||||
name: ProtoGen Action Runner
|
||||
run-name: ${{ gitea.actor }} Action Runner
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
image: golang:1.23
|
||||
commands:
|
||||
@@ -8,4 +12,3 @@ pipeline:
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/alox.protogen
|
||||
|
||||
Reference in New Issue
Block a user