wip
This commit is contained in:
parent
0c5996d1d4
commit
97b7105d2b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue