change ftp upload
This commit is contained in:
26
.github/workflows/generator-android.yml
vendored
26
.github/workflows/generator-android.yml
vendored
@@ -551,18 +551,26 @@ jobs:
|
|||||||
# files: |
|
# files: |
|
||||||
# signed-apk/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.apk
|
# signed-apk/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.apk
|
||||||
|
|
||||||
|
# - name: Upload to FTP
|
||||||
|
# uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||||
|
# with:
|
||||||
|
# server: ${{ secrets.GEN_FTP_SERVER }}
|
||||||
|
# username: ${{ secrets.GEN_FTP_USER }}
|
||||||
|
# password: ${{ secrets.GEN_FTP_PASSWORD }}
|
||||||
|
# local-dir: ./signed-apk/
|
||||||
|
# server-dir: /root/rdgen/exe/${{ env.UUIDFOLDER }}/
|
||||||
|
# exclude: |
|
||||||
|
# *.idsig
|
||||||
|
# *.jks
|
||||||
|
# *aligned.apk
|
||||||
- name: Upload to FTP
|
- name: Upload to FTP
|
||||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
uses: genietim/ftp-action@releases/v4
|
||||||
with:
|
with:
|
||||||
server: ${{ secrets.GEN_FTP_SERVER }}
|
host: ${{ secrets.GEN_FTP_SERVER }}
|
||||||
username: ${{ secrets.GEN_FTP_USER }}
|
user: ${{ secrets.GEN_FTP_USER }}
|
||||||
password: ${{ secrets.GEN_FTP_PASSWORD }}
|
password: ${{ secrets.GEN_FTP_PASSWORD }}
|
||||||
local-dir: ./signed-apk/
|
localDir: "./signed-apk/"
|
||||||
server-dir: /root/rdgen/exe/${{ env.UUIDFOLDER }}/
|
remoteDir: "/root/rdgen/exe/${{ env.UUIDFOLDER }}/"
|
||||||
exclude: |
|
|
||||||
*.idsig
|
|
||||||
*.jks
|
|
||||||
*aligned.apk
|
|
||||||
|
|
||||||
- name: Report Status
|
- name: Report Status
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user