mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Update build.yml
Added "make clean" which will remove temporary files without removing final binary outputs.
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
make
|
||||
make clean
|
||||
rm -rf .git
|
||||
- name: Upload Archive
|
||||
uses: actions/upload-artifact@v1
|
||||
|
||||
Reference in New Issue
Block a user