Trying to use this in a Github Action since bundling for macos on Windows/Linux is broken currently without it.
- name: Install lipo
run: |
sudo mkdir -p /libexec/x86_64-linux/
curl -L -o /tmp/lipo https://github.com/konoui/lipo/releases/latest/download/lipo_Linux_amd64
chmod +x /tmp/lipo
sudo mv /tmp/lipo /libexec/x86_64-linux/lipo
...
/libexec/x86_64-linux/lipo could not be found locally, create an application manifest to build the engine remotely.
Cause: java.lang.RuntimeException: /libexec/x86_64-linux/lipo could not be found locally, create an application manifest to build the engine remotely.
Bundling...2023-10-06 22:57:38 SEVERE /libexec/x86_64-linux/lipo could not be found locally, create an application manifest to build the engine remotely.
Any idea what’s wrong here?
Here’s current version of the release file, it has macos step commented out and has another issue I don’t understand either.
defold_create_release.zip (1.2 KB)