mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-22 04:11:27 +00:00
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
|
||||
shell: bash
|
||||
run: |
|
||||
ftp -n -v "${{ secrets.GEN_FTP_USER }}" "${{ secrets.GEN_FTP_PASSWORD }}" ${{ secrets.GEN_FTP_SERVER }} <<EOF
|
||||
cd /root/rdgen/exe/${{ env.UUIDFOLDER }}/
|
||||
put ./signed-apk/${{ inputs.filename }}-${{ matrix.job.arch }}.apk
|
||||
quit
|
||||
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 }}/
|
||||
|
||||
- name: Report Status
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
|
||||
Reference in New Issue
Block a user