Skip to content

Commit

Permalink
more debug symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
damskii9992 committed Jan 7, 2025
1 parent a1e5150 commit 4fb8aed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Build-multi-OS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
working-directory: build-imagingsuite/Release/lib
shell: bash
run: |
ls
mv libstdc++.so.6 libstdc++.sc.6
patchelf --set-rpath '$ORIGIN' *.so*
mv libstdc++.sc.6 libstdc++.so.6
Expand Down Expand Up @@ -197,9 +198,10 @@ jobs:
if [ "${RUNNER_OS}" == "Windows" ]; then
7z a ../MuhRec-${{runner.os}}-${{runner.arch}}.zip "bin/Release/*" -xr!t*.exe -xr!.pyd
elif [ "${RUNNER_OS}" == "Linux" ]; then
zip -r ../../MuhRec-${{runner.os}}-${{runner.arch}}.zip bin/* lib/* PlugIns/* resources/* -x "bin/t*"
cd lib
ls
cd ..
zip -r ../../MuhRec-${{runner.os}}-${{runner.arch}}.zip bin/* lib/* PlugIns/* resources/* -x "bin/t*"
elif [ "${RUNNER_OS}" == "macOS" -a "${RUNNER_ARCH}" == "X64" ]; then
zip -r ../../MuhRec-${{runner.os}}-${{runner.arch}}.zip lib/* *.app/* -x "lib/*.dylib"
elif [ "${RUNNER_OS}" == "macOS" -a "${RUNNER_ARCH}" == "ARM64" ]; then
Expand Down

0 comments on commit 4fb8aed

Please sign in to comment.