From f3294da5ee20dbde7e454ca4299cfdaabb6c1305 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Mon, 6 Sep 2021 15:14:10 +0200 Subject: [PATCH] Typo in 7z command --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2277d65..c94adfb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ after_build: - cmd: dotnet publish -c Release -r win-x64 --self-contained=false -o publish\x64 Tapeti.Cmd\Tapeti.Cmd.csproj - cmd: copy publish\x64\selfcontained\Tapeti.Cmd.exe publish\x64 - cmd: rmdir /s /q publish\x64\selfcontained - - cmd: 7z a output\Tapeti.Cmd-x64-%GitVersion_NuGetVersion%.zip %APPVEYOR_BUILD_FOLDER%\public\x64\* + - cmd: 7z a output\Tapeti.Cmd-x64-%GitVersion_NuGetVersion%.zip %APPVEYOR_BUILD_FOLDER%\publish\x64\* # Push artifacts - ps: Get-ChildItem output\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - ps: Get-ChildItem output\*.snupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }