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

Fix Qtwebengine translation warnings #162

Closed Syres916 closed 1 year ago

Syres916 commented 1 year ago

See https://forum.freecad.org/viewtopic.php?t=77052

OS: Windows 7 Version 6.1 (Build 7601: SP 1)
Word size of FreeCAD: 64-bit
Version: 0.21.0.32532 (Git)
Build type: Release
Branch: master
Hash: 20e44eba50e1365b9e7bb9c5c244afe96a627a28
Python 3.8.16, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: English/United Kingdom (en_GB)
Installed mods: 
adrianinsaval commented 1 year ago

the CI didn't report any problem but looking at the log it failed to create the bundle, nothing got uploaded but older builds have been removed

adrianinsaval commented 1 year ago

I suspect the problem is that copy_dir is not an absolute path so cd into it is causing trouble for further steps that also try to cd into it.

Syres916 commented 1 year ago

@adrianinsaval I've created a new PR without the change directory, can you advise where I can find the log output for the next attempt please, when triggered, there should be a line for 18 files copied which when it's all working and can be nulled out in future if required.