forked from shaytan/rdgen
flatpak,appimage
This commit is contained in:
20
.github/workflows/generator-linux.yml
vendored
20
.github/workflows/generator-linux.yml
vendored
@@ -658,8 +658,18 @@ jobs:
|
|||||||
- { target: aarch64-unknown-linux-gnu, arch: aarch64 }
|
- { target: aarch64-unknown-linux-gnu, arch: aarch64 }
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
|
if: ${{ env.VERSION != 'master' }}
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
repository: rustdesk/rustdesk
|
||||||
|
ref: refs/tags/${{ env.VERSION }}
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Checkout source code
|
||||||
|
if: ${{ env.VERSION == 'master' }}
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: rustdesk/rustdesk
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Download Binary
|
- name: Download Binary
|
||||||
@@ -731,8 +741,18 @@ jobs:
|
|||||||
}
|
}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
|
if: ${{ env.VERSION != 'master' }}
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
repository: rustdesk/rustdesk
|
||||||
|
ref: refs/tags/${{ env.VERSION }}
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Checkout source code
|
||||||
|
if: ${{ env.VERSION == 'master' }}
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: rustdesk/rustdesk
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Download Binary
|
- name: Download Binary
|
||||||
|
|||||||
Reference in New Issue
Block a user