mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 06:01:29 +03:00
fix ci
This commit is contained in:
2
.github/workflows/build-macos-arm64.yml
vendored
2
.github/workflows/build-macos-arm64.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user