Update build.yml

Added "make clean" which will remove temporary files without removing final binary outputs.
This commit is contained in:
Wayne Warthen
2020-02-28 19:34:37 -08:00
committed by GitHub
parent 39a6474820
commit def32eda19

View File

@@ -17,6 +17,7 @@ jobs:
- name: Build
run: |
make
make clean
rm -rf .git
- name: Upload Archive
uses: actions/upload-artifact@v1