diff --git a/Jenkinsfile b/Jenkinsfile index d319969..a8cf64b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('pi') { steps { sh 'dotnet publish directors-assistant.csproj --configuration Release --runtime linux-arm64 --self-contained' - archiveArtifacts artifacts: 'bin/Release/net7.0/linux-armx64/*' + archiveArtifacts artifacts: 'bin/Release/net7.0/linux-armx64/publish/*' } } stage('windows') {