We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d5594 commit 5434291Copy full SHA for 5434291
.github/workflows/app_build.yml
@@ -765,9 +765,9 @@ jobs:
765
echo "::endgroup::"
766
767
begin_group "Quick Check signature of inner executables and binaries"
768
- codesign -dvvv ./lib/libopenstudiolib.dylib
769
- codesign -dvvv ./lib/libpythonengine.so
770
- codesign -dvvv ./lib/librubyengine.so
+ codesign -dvvv ./test_install/lib/libopenstudiolib.dylib
+ codesign -dvvv ./test_install/lib/libpythonengine.so
+ codesign -dvvv ./test_install/lib/librubyengine.so
771
codesign -dvvv ./test_install/EnergyPlus/energyplus
772
codesign -dvvv ./test_install/EnergyPlus/libenergyplusapi.dylib
773
codesign -dvvv ./test_install/EnergyPlus/libpython*.dylib
0 commit comments