File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 ngrok-authtoken : ${{ secrets.NGROK_AUTHTOKEN }}
1616 interactive : |
1717 fields:
18- - label: uploaded_file
18+ - label: uploaded-file
1919 properties:
2020 display: Upload Relays.dat file to parse # Optional: if not specified, the title for the field will not be displayed on the portal
2121 type: file
3535 run : |
3636 echo "Display uploaded files"
3737 echo -e "\n==============================\n"
38- ls -la ${{ steps.interactive-inputs.outputs.uploaded_file }} # Use the label of the multifile/file field as the key to get the uploaded file directory
38+ ls -la ${{ steps.interactive-inputs.outputs.uploaded-file }} # Use the label of the multifile/file field as the key to get the uploaded file directory
3939 echo -e "\n==============================\n"
4040
4141 - name : Install Wine
5151
5252 # will need to upload artifact and run in a different job or use Wine.
5353 - name : Run ParseRelaysDotDat
54- run : wine ./ParseRelaysDotDat.exe ${{ steps.interactive-inputs.outputs.uploaded_file }}
54+ run : wine ./ParseRelaysDotDat.exe ${{ steps.interactive-inputs.outputs.uploaded-file }}
You can’t perform that action at this time.
0 commit comments