This commit is contained in:
rustdesk 2024-05-02 19:32:00 +08:00
parent c3124314ef
commit 9888e51b93

View File

@ -1476,6 +1476,8 @@ jobs:
- name: Rename Binary
run: |
mv rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.deb rustdesk-${{ env.VERSION }}.deb
sudo apt-get update -y
sudo apt-get install -y libarchive-tools
- name: Build appimage package
shell: bash