This commit is contained in:
parent
12ffff46bb
commit
488d3e45f2
1 changed files with 2 additions and 0 deletions
|
@ -6,12 +6,14 @@ jobs:
|
|||
image: golang:alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout and build
|
||||
run: |
|
||||
apk add --no-cache git
|
||||
go generate
|
||||
go build cmd/server.go -o spaceapi
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
name: Upload artifact
|
||||
with:
|
||||
name: spaceapi
|
||||
path: spaceapi
|
||||
|
|
Loading…
Reference in a new issue