Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit 423c884

Browse files
authored
ci: add examples for action build
1 parent e0f8605 commit 423c884

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/md2docx.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ jobs:
3131
with:
3232
name: md2docx
3333
path: md2docx\bin\Release
34+
35+
- name: Upload Artifact
36+
uses: actions/upload-artifact@v1.0.0
37+
with:
38+
name: example
39+
path: examples
40+

0 commit comments

Comments
 (0)