Specify paths

This commit is contained in:
Leo B 2021-12-01 17:27:04 +01:00
parent 95d17e5825
commit aba8adbab4
1 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ runs:
image: 'docker://soundmonster/kicad-automation-scripts:latest'
entrypoint: /usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py
args:
- ${{ inputs.pcb_file }}
- ${{ inputs.dsn_file }}
- /github/workspace/${{ inputs.pcb_file }}
- /github/workspace/${{ inputs.dsn_file }}