This commit is contained in:
rustdesk 2024-05-02 16:51:37 +08:00
parent eeffb11841
commit a1b957b0f7

View File

@ -57,8 +57,8 @@ jobs:
- name: Rename Binary
run: |
apt update -y
apt install -y wget
apt-get update -y
apt-get install -y wget
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