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