fix: add FTP_USER variable for Gitea release workflow

This commit is contained in:
Manuel Weiser 2025-02-23 15:20:09 +01:00
parent d2b40daaca
commit 86e55a8696

View File

@ -220,6 +220,11 @@ jobs:
FTP_HOST: ${{ secrets.FTP_HOST }}
VERSION: ${{ steps.get_version.outputs.VERSION }}
run: |
echo $FTP_USER
export FTP_USER=${{ secrets.FTP_USER }}
echo $FTP_USER
cd .pio/build/esp32dev
lftp -c "set ssl:verify-certificate no; \
set ftp:ssl-protect-data true; \