ftp changes
This commit is contained in:
14
.github/workflows/generator-android.yml
vendored
14
.github/workflows/generator-android.yml
vendored
@@ -564,13 +564,13 @@ jobs:
|
|||||||
# *.jks
|
# *.jks
|
||||||
# *aligned.apk
|
# *aligned.apk
|
||||||
- name: Upload to FTP
|
- name: Upload to FTP
|
||||||
uses: genietim/ftp-action@releases/v2
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
host: ${{ secrets.GEN_FTP_SERVER }}
|
ftp -n -v "${{ secrets.GEN_FTP_USER }}" "${{ secrets.GEN_FTP_PASSWORD }}" ${{ secrets.GEN_FTP_SERVER }} <<EOF
|
||||||
user: ${{ secrets.GEN_FTP_USER }}
|
cd /root/rdgen/exe/${{ env.UUIDFOLDER }}/
|
||||||
password: ${{ secrets.GEN_FTP_PASSWORD }}
|
put ./signed-apk/${{ inputs.filename }}-${{ matrix.job.arch }}.apk
|
||||||
localDir: "./signed-apk/"
|
quit
|
||||||
remoteDir: "/root/rdgen/exe/${{ env.UUIDFOLDER }}/"
|
EOF
|
||||||
|
|
||||||
- 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