Skip to content

Commit cf2df0b

Browse files
committed
Setup GitHub Workflow
1 parent bd44428 commit cf2df0b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@ jobs:
1919
- name: Build
2020
run: make all -j4
2121

22+
- name: Upload Artifacts
23+
uses: actions/upload-artifact@v2
24+
with:
25+
name: build-linux-x86_64
26+
path: ./imgooeystyles_demo
27+
if-no-files-found: error
28+
2229

0 commit comments

Comments
 (0)