This commit is contained in:
zervo 2024-12-05 20:52:44 +01:00
parent 21faeee8ef
commit 59e9cb277e

View file

@ -5,6 +5,7 @@ jobs:
container:
image: golang:latest
steps:
- run: ls
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.
- uses: actions/upload-artifact@v3