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:09:45 +03:00
parent c502696bfe
commit d1f8b7eea3

2
ci/release vendored
View File

@@ -8,7 +8,7 @@ pipeline {
steps { steps {
powershell encoding: 'UTF-8', script:'Remove-Item -Path "./Melezh" -Recurse -Force' powershell encoding: 'UTF-8', script:'Remove-Item -Path "./Melezh" -Recurse -Force'
bat 'oscript ./ci/os/releasemaker.os' bat 'oscript ./ci/os/releasemaker.os'
archiveArtifacts artifacts: '1.27.0/*' archiveArtifacts artifacts: './1.27.0/*'
} }
} }
} }