Skip to content

Commit

Permalink
Merge pull request #877 from github/workflow-upload-artifact
Browse files Browse the repository at this point in the history
Workflow upload artifact
  • Loading branch information
timvaillancourt authored Aug 19, 2020
2 parents 4bfbe90 + d5eac58 commit 06cd4a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 06cd4a0

Please sign in to comment.