From ba296dd47b60a990fd055d23760d24a1a6f4f698 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Sun, 3 Dec 2023 23:25:20 -0500 Subject: [PATCH] pi dir doesn't go into publish/ --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {