File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 45
45
wget https://github.com/XTLS/Xray-core/releases/download/v1.5.4/Xray-linux-64.zip
46
46
unzip Xray-linux-64.zip
47
47
rm -f Xray-linux-64.zip
48
+ mv xray xray-linux-amd64
48
49
cd ..
49
50
cd ..
50
51
- name : package
82
83
wget https://github.com/XTLS/Xray-core/releases/download/v1.5.4/Xray-linux-arm64-v8a.zip
83
84
unzip Xray-linux-arm64-v8a.zip
84
85
rm -f Xray-linux-arm64-v8a.zip
86
+ mv xray xray-linux-arm64
85
87
cd ..
86
88
cd ..
87
89
- name : package
@@ -119,6 +121,7 @@ jobs:
119
121
wget https://github.com/XTLS/Xray-core/releases/download/v1.5.4/Xray-linux-s390x.zip
120
122
unzip Xray-linux-s390x.zip
121
123
rm -f Xray-linux-s390x.zip
124
+ mv xray xray-linux-s390x
122
125
cd ..
123
126
cd ..
124
127
- name : package
You can’t perform that action at this time.
0 commit comments