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.
2 parents 2c12984 + 91a5ed4 commit 0a7ab3cCopy full SHA for 0a7ab3c
.github/workflows/macbuild.yml
@@ -55,7 +55,7 @@ jobs:
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)
58
- echo -e $(latest_tag)
+ 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
@@ -84,4 +84,4 @@ jobs:
84
./XEngine_Http2App -t
85
./XEngine_HttpApp -t
86
./XEngine_SimpleApp -t
87
- ./XEngine_WebSocketApp -t
+ ./XEngine_WebSocketApp -t
0 commit comments