Skip to content

Commit 06cd4a0

Browse files
Merge pull request #877 from github/workflow-upload-artifact
Workflow upload artifact
2 parents 4bfbe90 + d5eac58 commit 06cd4a0

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)