Merge pull request #106 from MiguelGuthridge/Use-dependabot-to-update… #551
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build project | |
on: [push] | |
jobs: | |
Build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: 'recursive' | |
- name: Copy other required files | |
run: | | |
cp README.md src/README.md | |
cp LICENSE src/LICENSE | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: 'UniversalController' | |
path: src |