ftp changes

This commit is contained in:
Bryan Gerlach
2024-10-16 17:40:51 -05:00
parent 5c4de79b55
commit 82283c2030

View File

@@ -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