From e70519a5e8f9fda08d116d2de3df06335352ae72 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Sun, 3 Dec 2023 22:24:10 -0500 Subject: [PATCH] one more because the linux one has no file extension (: --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {