diff --git a/.github/workflows/gitea-release.yml b/.github/workflows/gitea-release.yml index 51132e9..206e099 100644 --- a/.github/workflows/gitea-release.yml +++ b/.github/workflows/gitea-release.yml @@ -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' \ No newline at end of file + open -u '$FTP_USER','$FTP_PASSWORD' ftp://filaman.app:21; \ + put -O / filaman_full_'$VERSION'.bin -o filaman_full.bin' \ No newline at end of file