parent
3e27ef76ca
commit
c69be14277
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ jobs:
|
|||
container:
|
||||
image: golang:latest
|
||||
steps:
|
||||
- run: ls
|
||||
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.
|
||||
- run: ls && go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue