Browse Source

Merge branch 'master' of https://github.com/wwarthen/RomWBW

pull/92/head
Wayne Warthen 6 years ago
parent
commit
1b5420c33b
  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