Skip to content

Commit

Permalink
Support downloading artifacts
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
riyafa committed Oct 30, 2019
1 parent 4172a76 commit 3466353
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
- name: Build
run: make build-cli

- name: Tests results
run: make test

- name: Build Artifacts
run: make build-cli-all

- name: Upload artifact
uses: actions/[email protected]
with:
name: Build artifacts
path: builder/target

0 comments on commit 3466353

Please sign in to comment.