Backend/.forgejo/workflows/build.yml
zervo a878a4cc20
Some checks failed
/ build (push) Failing after 3m22s
Update CI
2024-12-05 20:38:44 +01:00

13 lines
No EOL
297 B
YAML

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