mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-02 20:30:41 +00:00
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
|
||||
# *aligned.apk
|
||||
- name: Upload to FTP
|
||||
uses: genietim/ftp-action@releases/v2
|
||||
with:
|
||||
host: ${{ secrets.GEN_FTP_SERVER }}
|
||||
user: ${{ secrets.GEN_FTP_USER }}
|
||||
password: ${{ secrets.GEN_FTP_PASSWORD }}
|
||||
localDir: "./signed-apk/"
|
||||
remoteDir: "/root/rdgen/exe/${{ env.UUIDFOLDER }}/"
|
||||
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
|
||||
|
||||
- name: Report Status
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
|
||||
Reference in New Issue
Block a user