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 cd7d5ee commit 8559df0Copy full SHA for 8559df0
.github/workflows/macbuild.yml
@@ -60,6 +60,9 @@ jobs:
60
./XEngine_LINEnv.sh -i 0
61
62
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
63
+ echo -e $(latest_tag)
64
+ curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name
65
+
66
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
67
unzip ./XEngine_Mac_Arm64.zip -d ./XEngine_Mac_Arm64
68
cd XEngine_Mac_Arm64
0 commit comments