Skip to content

Commit

Permalink
Update Actions, add artifact uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
cqjjjzr authored Feb 13, 2020
1 parent 69f8242 commit 9c1f2d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ jobs:
v: true
x: false
ldflags: -s -w
- name: Archive artifacts
uses: actions/upload-artifact@v1
with:
name: build
path: build

0 comments on commit 9c1f2d2

Please sign in to comment.