Skip to content

Commit 8373c5e

Browse files
author
Misaka No
authored
Update release.yml
1 parent fd5cfd7 commit 8373c5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
wget https://github.com/XTLS/Xray-core/releases/download/v1.5.4/Xray-linux-64.zip
4646
unzip Xray-linux-64.zip
4747
rm -f Xray-linux-64.zip
48+
mv xray xray-linux-amd64
4849
cd ..
4950
cd ..
5051
- name: package
@@ -82,6 +83,7 @@ jobs:
8283
wget https://github.com/XTLS/Xray-core/releases/download/v1.5.4/Xray-linux-arm64-v8a.zip
8384
unzip Xray-linux-arm64-v8a.zip
8485
rm -f Xray-linux-arm64-v8a.zip
86+
mv xray xray-linux-arm64
8587
cd ..
8688
cd ..
8789
- name: package
@@ -119,6 +121,7 @@ jobs:
119121
wget https://github.com/XTLS/Xray-core/releases/download/v1.5.4/Xray-linux-s390x.zip
120122
unzip Xray-linux-s390x.zip
121123
rm -f Xray-linux-s390x.zip
124+
mv xray xray-linux-s390x
122125
cd ..
123126
cd ..
124127
- name: package

0 commit comments

Comments
 (0)