Skip to content

Fix an absolute ton of import errors #564

Fix an absolute ton of import errors

Fix an absolute ton of import errors #564

Workflow file for this run

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