github workflows: upload build artifact

This commit is contained in:
Tero Marttila 2022-06-24 11:53:24 +03:00
parent 18a763eee9
commit d5da1015fc
1 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
- 'master' - 'master'
jobs: jobs:
build-go: go-build:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
@ -30,3 +30,9 @@ jobs:
- name: Test - name: Test
run: go test -v run: go test -v
- name: Upload
uses: actions/upload-artifact@v3
with:
name: go-build
path: ./go-nsupdate