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 2e408b0 commit ad93ad8Copy full SHA for ad93ad8
.github/workflows/macbuild.yml
@@ -54,9 +54,8 @@ jobs:
54
sudo mkdir -p /usr/local/lib
55
./XEngine_LINEnv.sh -i 0
56
57
- latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
+ latest_tag=$(git ls-remote --tags --sort="v:refname" https://github.com/libxengine/libxengine.git | grep -oP "refs/tags/\K.*" | tail -n 1)
58
echo -e $latest_tag
59
- curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name
60
61
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
62
unzip ./XEngine_Mac_Arm64.zip -d ./XEngine_Mac_Arm64
0 commit comments