From 95fab7d71cd0a4c3d0847f22faf81a9ee22b496a Mon Sep 17 00:00:00 2001 From: netbenix <36106848+netbenix@users.noreply.github.com> Date: Thu, 18 Nov 2021 18:38:39 +0100 Subject: [PATCH] Added artifacts --- .github/workflows/go.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 08d4d24..c6c3f4a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,6 @@ on: branches: [ master ] jobs: - build: runs-on: ubuntu-latest steps: @@ -20,6 +19,11 @@ jobs: - name: Build run: go build -v ./... - - - name: Test - run: go test -v ./... + + - name: Archive artifacts + uses: actions/upload-artifact@v2 + with: + name: scabiosa + path: | + scabiosa +