Update test.yml

This commit is contained in:
quydang 2023-10-04 17:32:11 +07:00 committed by GitHub
parent b68147a315
commit 8b0d440e7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,9 +50,10 @@ jobs:
mkdir x-ui/bin
cd x-ui/bin
- name: Download dependencies and package
run: |
- name: Download dependencies and package
run: |
wget https://github.com/XTLS/Xray-core/releases/download/v1.8.4/Xray-linux-arm32-v7a.zip
rm -rf xray
unzip -o Xray-linux-arm32-v7a.zip
rm -f Xray-linux-arm32-v7a.zip
@ -63,6 +64,7 @@ jobs:
wget https://github.com/MasterKia/iran-hosted-domains/releases/latest/download/iran.dat
mv xray xray-linux-armv7
- name: Package
run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui