Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good

This commit is contained in:
dany 2023-01-03 17:45:00 +01:00
parent 238f360e23
commit e3c5581b81

2
Jenkinsfile vendored
View File

@ -134,7 +134,7 @@ pipeline{
archiveArtifacts artifacts: 'build/', fingerprint: true
}
sh'''
cp -rf build/* /home/dany/public/antos-release
cp -rf build/* /home/dany/public/antos-release/binaries
'''
}
}