From e9e7df5478db21b9dce8e9d9592d3c9655174979 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Sun, 3 Dec 2023 23:29:05 -0500 Subject: [PATCH] spelling hard --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a8cf64b..72b95d2 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-arm64/publish/*' } } stage('windows') {