Remove dangling if condition

This commit is contained in:
Alexsander Akers 2022-01-25 18:17:51 -05:00
parent b57c579c69
commit 2f1458bd46

View file

@ -40,7 +40,6 @@ jobs:
run: emmake make run: emmake make
working-directory: 'movement/make' working-directory: 'movement/make'
- name: Archive simulator build - name: Archive simulator build
if: ${{ matrix.target == 'simulator' }}
working-directory: 'movement/make/build' working-directory: 'movement/make/build'
run: | run: |
cp watch.html index.html cp watch.html index.html