diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 88c2cfb..79b5cc6 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -56,7 +56,7 @@ jobs: Invoke-WebRequest -Uri "https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0-win-64bit-build1.zip" -OutFile "aria2.zip" Expand-Archive -Path "aria2.zip" -DestinationPath $tempDir Move-Item -Path $tempDir\aria2-1.37.0-win-64bit-build1\* -Destination $ariaPath - Remove-Item –Path $tempDir -Recurse -Force + Remove-Item -Path $tempDir -Recurse -Force shell: powershell - name: Compress run: powershell Compress-Archive -Path $env:GITHUB_WORKSPACE\Aria2Fast\bin\Release\net8.0-windows\win-x64\publish -DestinationPath .\Aria2Fast.zip