See about creating an artifact

This commit is contained in:
Daniel Krol 2022-08-18 09:23:20 -04:00
parent 19129fb9bd
commit 40599c6acf

View file

@ -14,8 +14,16 @@ jobs:
with:
go-version: 1.17
- name: Test
run: go test -v ./...
- name: Build
run: go build -v ./...
- name: Test
- name: Release
run: go test -v ./...
- uses: actions/upload-artifact@v3
with:
name: lbry-id
path: lbry-id