diff --git a/.ci/upload_win_installer.sh b/.ci/upload_win_installer.sh index ac5c10f4c..15b7a11af 100644 --- a/.ci/upload_win_installer.sh +++ b/.ci/upload_win_installer.sh @@ -1,6 +1,4 @@ #!/bin/bash -FTP_USER="$1" -FTP_PASS="$2" dest="ftp://shelter.mahoro-net.org/aegisub-japan7" tag=$(git describe --exact-match) diff --git a/appveyor.yml b/appveyor.yml index b730eb057..7260b5884 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,13 @@ image: Visual Studio 2017 +environment: + FTP_USER: + secure: xGGTbpTyolt9LzlibZG35w== + + FTP_PASS: + secure: kPsYsaMBJdlI+vsnrfBp7thNkr9EjDML9dPLxQ0Jjxs= + + install: - cd %APPVEYOR_BUILD_FOLDER% - git submodule update --init --recursive @@ -79,7 +87,7 @@ after_build: - cd ..\.. on_success: - - IF DEFINED APPVEYOR_REPO_TAG_NAME bash.exe ".ci\upload_win_installer.sh" %FTP_USER% %FTP_PASS% + - IF DEFINED APPVEYOR_REPO_TAG_NAME bash.exe ".ci\upload_win_installer.sh" artifacts: - path: packages\win_installer\output\Aegisub-Japan7-x64.exe