Update c-cpp.yml

This commit is contained in:
2020-09-24 18:40:39 -04:00
committed by GitHub
parent d1f835e3b4
commit a179899bb9

View File

@ -15,3 +15,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: make - name: make
run: make jar run: make jar
- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
with:
name: MTGClone.jar
path: MTGClone.jar