This commit is contained in:
rustdesk 2024-05-02 17:12:05 +08:00
parent 1a0a6cedc7
commit d83b106607
2 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
- name: Rename Binary
run: |
sudo apt-get update -y
sudo apt-get install -y wget
sudo apt-get install -y wget libarchive-tools
wget https://github.com/rustdesk/rustdesk/releases/download/nightly/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.deb
mv rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.deb rustdesk-${{ env.VERSION }}.deb

View File

@ -1426,6 +1426,8 @@ jobs:
if [[ "${{ matrix.job.arch }}" == "aarch64" ]]; then
sed -i "s/linux\/x64/linux\/arm64/g" ./res/PKGBUILD
fi
sudo apt-get update -y
sudo apt-get install -y libarchive-tools
bsdtar -zxvf rustdesk-${{ env.VERSION }}.deb
tar -xvf ./data.tar.xz
case ${{ matrix.job.arch }} in