From: Izuru Yakumo Date: Fri, 20 Sep 2024 12:47:31 +0000 (-0300) Subject: わからない! X-Git-Url: https://git.chaotic.ninja/gitweb/lab/?a=commitdiff_plain;h=ff604da06bd8f35965bc5b6f42dbd334d03e6d88bdefef407fddc8cedda5f686;p=chaotic.ninja.git わからない! --- 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') {