From 27ced539f928d61a52a970cc8aab0910154e5259 Mon Sep 17 00:00:00 2001 From: Albrecht Lohofener Date: Tue, 3 Sep 2024 14:04:35 +0200 Subject: [PATCH] Update FTP URL to be able to use a valid certificate --- .github/workflows/android.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 5e460244..cbeeab71 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -342,7 +342,7 @@ jobs: if: always() && steps.build_apk.outcome == 'success' uses: dennisameling/ftp-upload-action@v1 with: - server: welle-io-nightlies.albrechtloh.de + server: hosting107625.a2f24.netcup.net # welle-io-nightlies.albrechtloh.de is redirected to here secure: true username: ${{ secrets.SFTP_USER }} password: ${{ secrets.SFTP_PASSWORD }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a6304493..aafb97e5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -90,7 +90,7 @@ jobs: if: always() && steps.create_appimage.outcome == 'success' uses: dennisameling/ftp-upload-action@v1 with: - server: welle-io-nightlies.albrechtloh.de + server: hosting107625.a2f24.netcup.net # welle-io-nightlies.albrechtloh.de is redirected to here secure: true username: ${{ secrets.SFTP_USER }} password: ${{ secrets.SFTP_PASSWORD }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 20a5455d..20f6d336 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -93,7 +93,7 @@ jobs: if: always() && steps.create_installer.outcome == 'success' uses: dennisameling/ftp-upload-action@v1 with: - server: welle-io-nightlies.albrechtloh.de + server: hosting107625.a2f24.netcup.net # welle-io-nightlies.albrechtloh.de is redirected to here secure: true username: ${{ secrets.SFTP_USER }} password: ${{ secrets.SFTP_PASSWORD }}