FreeCAD / FreeCAD-Bundle

Stand-alone repo to Build and Deploy installable FreeCAD images
https://freecad.org
GNU Lesser General Public License v2.1
224 stars 58 forks source link

hardcoded path in create_bundle.bat #151

Closed adrianinsaval closed 8 months ago

adrianinsaval commented 1 year ago

I don't know what these are supposed to do but I highly doubt they are working as this path wouldn't exist when running the action https://github.com/FreeCAD/FreeCAD-Bundle/blob/5720f1fca062579e198554629981f255ea9e3f45/conda/win_py38/create_bundle.bat#L64 https://github.com/FreeCAD/FreeCAD-Bundle/blob/5720f1fca062579e198554629981f255ea9e3f45/conda/win_py310/create_bundle.bat#L64

looking at the actions logs there always seem to be this line:

The system cannot find the path specified.

I suspect it's due to this, it's confusing and time wasting when trying to troubleshoot (I'm trying to figure out why windows bundle uploads are failing)

luzpaz commented 1 year ago

@adrianinsaval did you eventually figure out what these hardcoded paths were about?

adrianinsaval commented 1 year ago

I don't know what their intent was, but they are definitely not doing anything currently

luzpaz commented 1 year ago

@looooo ping