Fix builder rpm package deploy (#857)

This commit is contained in:
Semyon Bezrukov
2024-08-06 11:45:54 +03:00
committed by GitHub
parent d04f04f382
commit 8b773614ba

View File

@ -43,7 +43,7 @@ if utils.is_linux():
},
{
"make": "rpm",
"src": "rpm/builddir/RPMS/*/*.rpm",
"src": "rpm/build/RPMS/*/*.rpm",
"dst": "builder/linux/rhel/"
}
]