1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
This commit is contained in:
Anton Titovets
2025-07-30 15:53:17 +03:00
parent fe7a02adf2
commit cc1cf4f04c
Vendored
+1 -1
View File
@@ -8,7 +8,7 @@ pipeline {
steps {
powershell encoding: 'UTF-8', script:'Remove-Item -Path "./Melezh" -Recurse -Force'
bat 'oscript ./ci/os/releasemaker.os'
archiveArtifacts artifacts: './1.27.0/*'
archiveArtifacts artifacts: '1.27.0/*'
}
}
}