mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-12-03 10:33:20 +00:00
ftp changes
This commit is contained in:
6
.github/workflows/generator-android.yml
vendored
6
.github/workflows/generator-android.yml
vendored
@@ -552,13 +552,17 @@ jobs:
|
||||
# signed-apk/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.apk
|
||||
|
||||
#
|
||||
- name: change directory
|
||||
run: |
|
||||
pushd signed-apk
|
||||
|
||||
- name: Upload to FTP
|
||||
uses: nerdoza/action-simple-file-upload@v2
|
||||
with:
|
||||
user: ${{ secrets.GEN_FTP_USER }}
|
||||
password: ${{ secrets.GEN_FTP_PASSWORD }}
|
||||
host: ${{ secrets.GEN_FTP_SERVER }}
|
||||
src: ./signed-apk/*.apk
|
||||
src: ./*.apk
|
||||
dest: /root/rdgen/exe/${{ env.UUIDFOLDER }}/
|
||||
# uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user