ci: upload binary after build
All checks were successful
Go / build (push) Successful in 21s
All checks were successful
Go / build (push) Successful in 21s
This commit is contained in:
parent
f64e2ce04f
commit
bfa2e99b7b
@ -9,7 +9,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
@ -21,3 +22,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
|
||||||
|
- name: Upload binary as artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: licensmith
|
||||||
|
path: licensmith
|
||||||
|
Loading…
x
Reference in New Issue
Block a user