Merge pull request #877 from github/workflow-upload-artifact

Workflow upload artifact
This commit is contained in:
Tim Vaillancourt 2020-08-19 21:01:48 +02:00 committed by GitHub
commit 06cd4a0a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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