Backend/.forgejo/workflows/build.yml
zervo c69be14277
Some checks failed
/ build (push) Failing after 2m5s
Debug CI x2
2024-12-05 20:53:47 +01:00

13 lines
No EOL
303 B
YAML

on: [push]
jobs:
build:
runs-on: docker
container:
image: golang:latest
steps:
- run: ls && go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.
- uses: actions/upload-artifact@v3
with:
name: build-artifact
path: ./stbackend