This commit is contained in:
parent
488d3e45f2
commit
48ee3d2d5f
1 changed files with 1 additions and 4 deletions
|
@ -6,14 +6,11 @@ jobs:
|
|||
image: golang:alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout and build
|
||||
run: |
|
||||
apk add --no-cache git
|
||||
- run: |
|
||||
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