Added artifacts

This commit is contained in:
netbenix 2021-11-18 18:38:39 +01:00 committed by GitHub
parent 4e2fce81ff
commit 95fab7d71c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@ on:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
@ -21,5 +20,10 @@ 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