fix: correct variable interpolation for FTP credentials in Gitea release workflow
This commit is contained in:
parent
6700a1761f
commit
a8460503ff
4
.github/workflows/gitea-release.yml
vendored
4
.github/workflows/gitea-release.yml
vendored
@ -222,5 +222,5 @@ jobs:
|
||||
set ftp:ssl-force true; \
|
||||
set ssl:check-hostname false; \
|
||||
set ftp:ssl-auth TLS; \
|
||||
open -u '"$FTP_USER"','"$FTP_PASSWORD"' ftp://filaman.app:21; \
|
||||
put -O / filaman_full_'"$VERSION"'.bin -o filaman_full.bin'
|
||||
open -u '$FTP_USER','$FTP_PASSWORD' ftp://filaman.app:21; \
|
||||
put -O / filaman_full_'$VERSION'.bin -o filaman_full.bin'
|
Loading…
x
Reference in New Issue
Block a user