Browse Source

Update build.yml

Added "make clean" which will remove temporary files without removing final binary outputs.
pull/92/head
Wayne Warthen 6 years ago
committed by GitHub
parent
commit
def32eda19
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

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

Loading…
Cancel
Save