Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka No committed Apr 9, 2022
1 parent fd5cfd7 commit 8373c5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
wget https://github.com/XTLS/Xray-core/releases/download/v1.5.4/Xray-linux-64.zip
unzip Xray-linux-64.zip
rm -f Xray-linux-64.zip
mv xray xray-linux-amd64
cd ..
cd ..
- name: package
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
wget https://github.com/XTLS/Xray-core/releases/download/v1.5.4/Xray-linux-arm64-v8a.zip
unzip Xray-linux-arm64-v8a.zip
rm -f Xray-linux-arm64-v8a.zip
mv xray xray-linux-arm64
cd ..
cd ..
- name: package
Expand Down Expand Up @@ -119,6 +121,7 @@ jobs:
wget https://github.com/XTLS/Xray-core/releases/download/v1.5.4/Xray-linux-s390x.zip
unzip Xray-linux-s390x.zip
rm -f Xray-linux-s390x.zip
mv xray xray-linux-s390x
cd ..
cd ..
- name: package
Expand Down

0 comments on commit 8373c5e

Please sign in to comment.