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