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