Skip to content

Commit 6ac5f4b

Browse files
committed
.
1 parent 606a5ee commit 6ac5f4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generator-linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,8 @@ jobs:
768768
769769
- uses: rustdesk-org/run-on-arch-action@amd64-support
770770
name: Build rustdesk flatpak package for ${{ matrix.job.arch }}
771+
continue-on-error: true
772+
timeout-minutes: 30
771773
id: flatpak
772774
with:
773775
arch: ${{ matrix.job.arch }}
@@ -795,12 +797,14 @@ jobs:
795797
796798
- name: send file to rdgen server
797799
if: ${{ fromJson(inputs.extras).rdgen == 'true' }}
800+
continue-on-error: true
798801
shell: bash
799802
run: |
800803
curl -i -X POST -H "Content-Type: multipart/form-data" -H "Authorization: Bearer ${{ fromJson(inputs.extras).token }}" -F "file=@./flatpak/${{ inputs.filename }}-${{ matrix.job.arch }}.flatpak" -F "uuid=${{ inputs.uuid }}" ${{ secrets.GENURL }}/save_custom_client
801804
802805
- name: send file to api server
803806
if: ${{ fromJson(inputs.extras).rdgen == 'false' }}
807+
continue-on-error: true
804808
shell: bash
805809
run: |
806810
curl -i -X POST -H "Content-Type: multipart/form-data" -H "Authorization: Bearer ${{ fromJson(inputs.extras).token }}" -F "file=@./flatpak/${{ inputs.filename }}-${{ matrix.job.arch }}.flatpak" ${{ inputs.apiServer }}/api/save_custom_client

0 commit comments

Comments
 (0)