Skip to content

Commit 0a7ab3c

Browse files
committed
Merge branch 'master' of github.com:libxengine/XEngine_ServiceApp
2 parents 2c12984 + 91a5ed4 commit 0a7ab3c

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
@@ -55,7 +55,7 @@ jobs:
5555
./XEngine_LINEnv.sh -i 0
5656
5757
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
58-
echo -e $(latest_tag)
58+
echo -e $latest_tag
5959
curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name
6060
6161
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
@@ -84,4 +84,4 @@ jobs:
8484
./XEngine_Http2App -t
8585
./XEngine_HttpApp -t
8686
./XEngine_SimpleApp -t
87-
./XEngine_WebSocketApp -t
87+
./XEngine_WebSocketApp -t

0 commit comments

Comments
 (0)