Merge branch 'workflow-upload-artifact' of https://github.com/openark/gh-ost into workflow-upload-artifact

This commit is contained in:
Tim Vaillancourt 2020-08-19 20:59:16 +02:00
commit d5eac588ac

View File

@ -17,3 +17,9 @@ jobs:
- name: Build - name: Build
run: script/cibuild run: script/cibuild
- name: Upload gh-ost binary artifact
uses: actions/upload-artifact@v1
with:
name: gh-ost
path: bin/gh-ost