Browse Source

Update go.yml

pull/53/head
Gregory Rudolph 4 years ago committed by GitHub
parent
commit
de137b754a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/go.yml

5
.github/workflows/go.yml

@ -27,3 +27,8 @@ jobs: @@ -27,3 +27,8 @@ jobs:
- name: Build
run: go run build.go buildbeta
- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
with:
name: kbtui-ubuntu-latest
path: kbtui

Loading…
Cancel
Save