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
|
image: golang:alpine
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
name: Checkout and build
|
- run: |
|
||||||
run: |
|
|
||||||
apk add --no-cache git
|
|
||||||
go generate
|
go generate
|
||||||
go build cmd/server.go -o spaceapi
|
go build cmd/server.go -o spaceapi
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
name: Upload artifact
|
|
||||||
with:
|
with:
|
||||||
name: spaceapi
|
name: spaceapi
|
||||||
path: spaceapi
|
path: spaceapi
|
||||||
|
|
Loading…
Reference in a new issue