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
|
- name: Rename Binary
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt-get update -y
|
||||||
apt install -y wget
|
apt-get install -y wget
|
||||||
wget https://github.com/rustdesk/rustdesk/releases/download/nightly/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.deb
|
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
|
mv rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.deb rustdesk-${{ env.VERSION }}.deb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user