Skip to content

Commit 91a5ed4

Browse files
authored
Update macbuild.yml
1 parent 8559df0 commit 91a5ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
./XEngine_LINEnv.sh -i 0
6161
6262
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
63-
echo -e $(latest_tag)
63+
echo -e $latest_tag
6464
curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name
6565
6666
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
@@ -89,4 +89,4 @@ jobs:
8989
./XEngine_Http2App -t
9090
./XEngine_HttpApp -t
9191
./XEngine_SimpleApp -t
92-
./XEngine_WebSocketApp -t
92+
./XEngine_WebSocketApp -t

0 commit comments

Comments
 (0)