1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00
This commit is contained in:
Anton Titovets
2025-07-30 15:53:17 +03:00
parent bfeaf0468d
commit 439926c977

2
ci/release vendored
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/*'
}
}
}