From ff604da06bd8f35965bc5b6f42dbd334d03e6d88bdefef407fddc8cedda5f686 Mon Sep 17 00:00:00 2001 From: Izuru Yakumo Date: Fri, 20 Sep 2024 09:47:31 -0300 Subject: [PATCH] =?utf8?q?=E3=82=8F=E3=81=8B=E3=82=89=E3=81=AA=E3=81=84?= =?utf8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 93197f2..70bbf3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Build') { steps { sh '/usr/pkg/bin/aya build' - archiveArtifacts artifacts: '*/.pub/**', fingerprint: true + archiveArtifacts artifacts: '.pub/**', fingerprint: true } } stage('Deploy') { -- 2.45.2