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 8559df0 commit 91a5ed4Copy full SHA for 91a5ed4
.github/workflows/macbuild.yml
@@ -60,7 +60,7 @@ 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)
+ 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
@@ -89,4 +89,4 @@ jobs:
89
./XEngine_Http2App -t
90
./XEngine_HttpApp -t
91
./XEngine_SimpleApp -t
92
- ./XEngine_WebSocketApp -t
+ ./XEngine_WebSocketApp -t
0 commit comments