1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00

Update release

This commit is contained in:
Anton
2024-09-20 20:45:05 +03:00
parent bfc0091b13
commit 24c4fe9033

View File

@@ -4,7 +4,7 @@ pipeline {
stage('Release') {
steps {
cmd encoding: 'UTF-8', script:'oscript ./ci/os/releasemaker.os'
bat encoding: 'UTF-8', script:'oscript ./ci/os/releasemaker.os'
}
}
}