Merge pull request #877 from github/workflow-upload-artifact
Workflow upload artifact
This commit is contained in:
commit
06cd4a0a46
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -17,3 +17,9 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: script/cibuild
|
||||
|
||||
- name: Upload gh-ost binary artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: gh-ost
|
||||
path: bin/gh-ost
|
||||
|
Loading…
Reference in New Issue
Block a user