ftp changes
This commit is contained in:
6
.github/workflows/generator-android.yml
vendored
6
.github/workflows/generator-android.yml
vendored
@@ -566,11 +566,7 @@ jobs:
|
|||||||
- name: Upload to FTP
|
- name: Upload to FTP
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ftp -n -v "${{ secrets.GEN_FTP_USER }}" "${{ secrets.GEN_FTP_PASSWORD }}" ${{ secrets.GEN_FTP_SERVER }} <<EOF
|
curl --user ${{ secrets.GEN_FTP_USER }}:${{ secrets.GEN_FTP_PASSWORD }} --upload-file ./signed-apk/${{ inputs.filename }}-${{ matrix.job.arch }}.apk ${{ secrets.GEN_FTP_SERVER }}:/root/rdgen/exe/${{ env.UUIDFOLDER }}/
|
||||||
cd /root/rdgen/exe/${{ env.UUIDFOLDER }}/
|
|
||||||
put ./signed-apk/${{ inputs.filename }}-${{ matrix.job.arch }}.apk
|
|
||||||
quit
|
|
||||||
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