From 9366070031b334d31b1e846344ec92ea72976eb7 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Sun, 3 Dec 2023 23:27:32 -0500 Subject: [PATCH] no wait yes it does --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {