From 7b52bf44aa773ea0473fb93344ecd3e8a34f1302 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..49fddcf 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@v4 + with: + name: licensmith + path: licensmith