diff --git a/Jenkinsfile b/Jenkinsfile index a8cf64b..d319969 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/publish/*' + archiveArtifacts artifacts: 'bin/Release/net7.0/linux-armx64/*' } } stage('windows') {