Backend/build/ci/build.yaml

12 lines
256 B
YAML
Raw Normal View History

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