mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
fix ci
This commit is contained in:
parent
03e93d546a
commit
d4e1a83a5a
6
.github/workflows/build-macos-arm64.yml
vendored
6
.github/workflows/build-macos-arm64.yml
vendored
@ -32,7 +32,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build-appimage:
|
||||
name: Build Flatpak ${{ matrix.job.target }}
|
||||
name: Build image ${{ matrix.job.target }}
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -52,8 +52,8 @@ jobs:
|
||||
|
||||
- name: Rename Binary
|
||||
run: |
|
||||
apt-get update -y
|
||||
apt-get install -y wget
|
||||
sudo apt-get update -y
|
||||
sudo 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…
Reference in New Issue
Block a user