wip capture
This commit is contained in:
parent
ea5c1821ef
commit
0c5996d1d4
|
|
@ -21,5 +21,6 @@ runs:
|
|||
ls -l /github/workspace/${{ inputs.dsn_file }};
|
||||
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 ;
|
||||
exit 0
|
||||
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@ jobs:
|
|||
with:
|
||||
pcb_file: output/pcbs/board.kicad_pcb
|
||||
dsn_file: output/pcbs/board.dsn
|
||||
- name: Persist error recording
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: unrouted-output
|
||||
path: /tmp/export_dsn_screencast.ogv
|
||||
- name: Persist output
|
||||
uses: actions/upload-artifact@v2
|
||||
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