Skip to content

Commit

Permalink
Hopefully fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
da3dsoul authored Mar 20, 2023
1 parent e0247cc commit 39185da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UploadArchive.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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");
$client.UploadFile([string]($ftp_server) + "/files/shoko-desktop/daily/ShokoDesktop.zip", [string]($current) + "\\ShokoDesktop.zip");

0 comments on commit 39185da

Please sign in to comment.