This commit is contained in:
Leo B 2021-12-01 18:30:12 +01:00
parent 0c5996d1d4
commit 97b7105d2b
2 changed files with 1 additions and 5 deletions

View File

@ -22,5 +22,6 @@ runs:
echo ;
/usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py /github/workspace/${{ inputs.pcb_file }} /github/workspace/${{ inputs.dsn_file }} --record ;
ls -la /tmp ;
cp /tmp/export_dsn_screencast.ogv /github/workspace/output/ ;
exit 0

View File

@ -28,8 +28,3 @@ jobs:
with:
name: unrouted-output
path: output
- name: Persist error recording
uses: actions/upload-artifact@v2
with:
name: error.ogv
path: /tmp/export_dsn_screencast.ogv