Skip to content

Commit bad75ca

Browse files
committed
flatpak,appimage
1 parent b76e34a commit bad75ca

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/generator-linux.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,18 @@ jobs:
658658
- { target: aarch64-unknown-linux-gnu, arch: aarch64 }
659659
steps:
660660
- name: Checkout source code
661+
if: ${{ env.VERSION != 'master' }}
662+
uses: actions/checkout@v4
663+
with:
664+
repository: rustdesk/rustdesk
665+
ref: refs/tags/${{ env.VERSION }}
666+
submodules: recursive
667+
668+
- name: Checkout source code
669+
if: ${{ env.VERSION == 'master' }}
661670
uses: actions/checkout@v4
662671
with:
672+
repository: rustdesk/rustdesk
663673
submodules: recursive
664674

665675
- name: Download Binary
@@ -731,8 +741,18 @@ jobs:
731741
}
732742
steps:
733743
- name: Checkout source code
744+
if: ${{ env.VERSION != 'master' }}
745+
uses: actions/checkout@v4
746+
with:
747+
repository: rustdesk/rustdesk
748+
ref: refs/tags/${{ env.VERSION }}
749+
submodules: recursive
750+
751+
- name: Checkout source code
752+
if: ${{ env.VERSION == 'master' }}
734753
uses: actions/checkout@v4
735754
with:
755+
repository: rustdesk/rustdesk
736756
submodules: recursive
737757

738758
- name: Download Binary

0 commit comments

Comments
 (0)