diff --git a/.github/workflows/UploadArchive.ps1 b/.github/workflows/UploadArchive.ps1 index b368f61c..4026e651 100644 --- a/.github/workflows/UploadArchive.ps1 +++ b/.github/workflows/UploadArchive.ps1 @@ -4,4 +4,4 @@ $ftp_server = $env:FTP_SERVER; $current = [string](Get-Location); $client = New-Object System.Net.WebClient; $client.Credentials = New-Object System.Net.NetworkCredential($user, $password); -$client.UploadFile([string]($ftp_server) + "/shoko-desktop/daily/ShokoDesktop.zip", [string]($current) + "\\ShokoDesktop.zip"); \ No newline at end of file +$client.UploadFile([string]($ftp_server) + "/files/shoko-desktop/daily/ShokoDesktop.zip", [string]($current) + "\\ShokoDesktop.zip");