From bfa2e99b7b178d1bce72392bf50c4ee35b7849f1 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Fri, 27 Dec 2024 06:44:21 +0100 Subject: [PATCH] ci: upload binary after build --- .gitea/workflows/go.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/go.yaml b/.gitea/workflows/go.yaml index d8612a5..77e64de 100644 --- a/.gitea/workflows/go.yaml +++ b/.gitea/workflows/go.yaml @@ -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@v3 + with: + name: licensmith + path: licensmith