diff --git a/Jenkinsfile b/Jenkinsfile index 94801dd..60b5a6d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,8 +14,8 @@ pipeline { } stage('windows') { steps { - sh 'dotnet publish directors-assistant.csproj --configuration Release --os windows' - archiveArtifacts artifacts: 'bin/Release/net7.0/windows-x64/publish/*.*' + sh 'dotnet publish directors-assistant.csproj --configuration Release --os win' + archiveArtifacts artifacts: 'bin/Release/net7.0/win-x64/publish/*.*' } } }