File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -768,6 +768,8 @@ jobs:
768
768
769
769
- uses : rustdesk-org/run-on-arch-action@amd64-support
770
770
name : Build rustdesk flatpak package for ${{ matrix.job.arch }}
771
+ continue-on-error : true
772
+ timeout-minutes : 30
771
773
id : flatpak
772
774
with :
773
775
arch : ${{ matrix.job.arch }}
@@ -795,12 +797,14 @@ jobs:
795
797
796
798
- name : send file to rdgen server
797
799
if : ${{ fromJson(inputs.extras).rdgen == 'true' }}
800
+ continue-on-error : true
798
801
shell : bash
799
802
run : |
800
803
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
801
804
802
805
- name : send file to api server
803
806
if : ${{ fromJson(inputs.extras).rdgen == 'false' }}
807
+ continue-on-error : true
804
808
shell : bash
805
809
run : |
806
810
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
You can’t perform that action at this time.
0 commit comments