File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -551,18 +551,26 @@ jobs:
551
551
# files: |
552
552
# signed-apk/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.apk
553
553
554
+ # - name: Upload to FTP
555
+ # uses: SamKirkland/FTP-Deploy-Action@v4.3.5
556
+ # with:
557
+ # server: ${{ secrets.GEN_FTP_SERVER }}
558
+ # username: ${{ secrets.GEN_FTP_USER }}
559
+ # password: ${{ secrets.GEN_FTP_PASSWORD }}
560
+ # local-dir: ./signed-apk/
561
+ # server-dir: /root/rdgen/exe/${{ env.UUIDFOLDER }}/
562
+ # exclude: |
563
+ # *.idsig
564
+ # *.jks
565
+ # *aligned.apk
554
566
- name : Upload to FTP
555
- uses : SamKirkland/FTP-Deploy-Action@v4.3.5
567
+ uses : genietim/ftp-action@releases/v4
556
568
with :
557
- server : ${{ secrets.GEN_FTP_SERVER }}
558
- username : ${{ secrets.GEN_FTP_USER }}
569
+ host : ${{ secrets.GEN_FTP_SERVER }}
570
+ user : ${{ secrets.GEN_FTP_USER }}
559
571
password : ${{ secrets.GEN_FTP_PASSWORD }}
560
- local-dir : ./signed-apk/
561
- server-dir : /root/rdgen/exe/${{ env.UUIDFOLDER }}/
562
- exclude : |
563
- *.idsig
564
- *.jks
565
- *aligned.apk
572
+ localDir : " ./signed-apk/"
573
+ remoteDir : " /root/rdgen/exe/${{ env.UUIDFOLDER }}/"
566
574
567
575
- name : Report Status
568
576
uses : fjogeleit/http-request-action@v1
You can’t perform that action at this time.
0 commit comments