Skip to content

Commit

Permalink
Save build artifacts from github actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Feb 5, 2020
1 parent e228853 commit 57708df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ jobs:
run: make
- name: run tests
run: make check
- name: upload artifacts
uses: actions/upload-artifact@v1
with:
name:cataclysm
path:cataclysm
- name: upload artifacts
uses: actions/upload-artifact@v1
with:
name:cata_test
path:tests/cata_test

0 comments on commit 57708df

Please sign in to comment.