This commit is contained in:
Leo B 2021-12-01 17:55:25 +01:00
parent 0873c3860b
commit 813ca8ea28
1 changed files with 1 additions and 5 deletions

View File

@ -14,10 +14,6 @@ runs:
entrypoint: '/bin/sh'
args:
- '-c'
- |
pwd ;
env ;
echo ;
echo /usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py /github/workspace/${{ inputs.pcb_file }} /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 }}"'
# - /github/workspace/${{ inputs.pcb_file }}
# - /github/workspace/${{ inputs.dsn_file }}