Skip to content

Commit 9b2a04d

Browse files
authored
Merge pull request github#2 from openark/workflow-upload-artifact
Actions/Workflow: upload artifact
2 parents 34d1624 + b54d256 commit 9b2a04d

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)