mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 22:51:27 +03:00
fix ci
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user