fix: add FTP_USER variable for Gitea release workflow
This commit is contained in:
parent
d2b40daaca
commit
86e55a8696
5
.github/workflows/gitea-release.yml
vendored
5
.github/workflows/gitea-release.yml
vendored
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user