chore: update build job, fixed versions

- changed all releases from 1-el8 and 1-el9 to 1
- updated build job to write files to per-repository directories
This commit is contained in:
2026-01-03 23:24:58 +11:00
parent 9e02175ead
commit 6d379d99b6
37 changed files with 76 additions and 73 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: rpms-8
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm
path: /workspace/unkin/rpmbuilder/dist/*/*/*.rpm
build-9:
runs-on: almalinux-8
@@ -56,4 +56,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: rpms-9
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm
path: /workspace/unkin/rpmbuilder/dist/*/*/*.rpm