build_rocky: add install dir skeleton when creating shared branch

This commit is contained in:
Andrej730
2026-08-04 14:46:20 +05:00
parent 26aac488a2
commit 34d76ef351
+4
View File
@@ -20,4 +20,8 @@ jobs:
run: |
cd build-outputs-init
git checkout -b rockylinux9-x64-shared
mkdir -p Linux/x86_64/install
touch Linux/x86_64/install/.gitkeep
git add Linux/x86_64/install/.gitkeep
git commit -m "Add install dir skeleton [skip ci]"
git push origin rockylinux9-x64-shared