fix ci
This commit is contained in:
parent
eeffb11841
commit
a1b957b0f7
4
.github/workflows/build-macos-arm64.yml
vendored
4
.github/workflows/build-macos-arm64.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user