Browse Source

Update go.yml

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

7
.github/workflows/go.yml

@ -31,3 +31,10 @@ jobs: @@ -31,3 +31,10 @@ jobs:
with:
name: kbtui-${{ matrix.platform }}-buildbeta
path: kbtui
- name: Upload Artifact
if: matrix.platform == 'windows-latest'
uses: actions/upload-artifact@v1.0.0
with:
name: kbtui-${{ matrix.platform }}-buildbeta
path: kbtui.exe

Loading…
Cancel
Save