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