Skip to content

Commit

Permalink
Update FTP URL to be able to use a valid certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Sep 3, 2024
1 parent 36d1cf3 commit 27ced53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 27ced53

Please sign in to comment.