From bad75caf0b94677965a7e319480e2f46b9f2ce43 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Wed, 16 Apr 2025 17:38:56 -0500 Subject: [PATCH] flatpak,appimage --- .github/workflows/generator-linux.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/generator-linux.yml b/.github/workflows/generator-linux.yml index 1dbdcd8..95ae471 100644 --- a/.github/workflows/generator-linux.yml +++ b/.github/workflows/generator-linux.yml @@ -658,8 +658,18 @@ jobs: - { target: aarch64-unknown-linux-gnu, arch: aarch64 } steps: - name: Checkout source code + if: ${{ env.VERSION != 'master' }} uses: actions/checkout@v4 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 - name: Download Binary @@ -731,8 +741,18 @@ jobs: } steps: - name: Checkout source code + if: ${{ env.VERSION != 'master' }} uses: actions/checkout@v4 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 - name: Download Binary