Skip to content

Commit d5eac58

Browse files
Merge branch 'workflow-upload-artifact' of https://github.com/openark/gh-ost into workflow-upload-artifact
2 parents 4bfbe90 + b54d256 commit d5eac58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ jobs:
1717

1818
- name: Build
1919
run: script/cibuild
20+
21+
- name: Upload gh-ost binary artifact
22+
uses: actions/upload-artifact@v1
23+
with:
24+
name: gh-ost
25+
path: bin/gh-ost

0 commit comments

Comments
 (0)