1
0

ci: upload binary after build
Some checks failed
Go / build (push) Failing after 20s

This commit is contained in:
Wiktor Zykubek 2024-12-27 06:44:21 +01:00
parent f64e2ce04f
commit 7b52bf44aa
Signed by: wzykubek
GPG Key ID: 2221881F957D89B9

View File

@ -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@v4
with:
name: licensmith
path: licensmith