Fix: archlinux db structure
All checks were successful
Build package / build-package (push) Successful in 57s
All checks were successful
Build package / build-package (push) Successful in 57s
This commit is contained in:
@@ -32,8 +32,8 @@ jobs:
|
||||
- name: Copy repo db from MinIO
|
||||
run: |
|
||||
mkdir repo
|
||||
mcli cp "m/${{ MINIO_BUCKET }}/${{ REPO_NAME }}.db.tar.zst" repo
|
||||
mcli cp "m/${{ MINIO_BUCKET }}/${{ REPO_NAME }}.files.tar.zst*" repo
|
||||
mcli cp "m/${{ MINIO_BUCKET }}/${{ REPO_NAME }}.db" "repo/${{ REPO_NAME }}.db.tar.zst"
|
||||
mcli cp "m/${{ MINIO_BUCKET }}/${{ REPO_NAME }}.files*" "repo/${{ REPO_NAME }}.files.tar.zst"
|
||||
|
||||
- name: Add pkgs to repo db
|
||||
run: |
|
||||
@@ -42,6 +42,6 @@ jobs:
|
||||
|
||||
- name: Update repo to MinIO
|
||||
run: |
|
||||
mcli mv repo/${{ REPO_NAME }}.db.tar.zst "m/${{ MINIO_BUCKET }}"
|
||||
mcli mv repo/${{ REPO_NAME }}.files.tar.zst "m/${{ MINIO_BUCKET }}"
|
||||
mcli mv repo/${{ REPO_NAME }}.db.tar.zst "m/${{ MINIO_BUCKET }}/${{ REPO_NAME }}.db"
|
||||
mcli mv repo/${{ REPO_NAME }}.files.tar.zst "m/${{ MINIO_BUCKET }}/${{ REPO_NAME }}.files"
|
||||
mcli mv repo/*.pkg.tar.zst "m/${{ MINIO_BUCKET }}"
|
||||
|
||||
Reference in New Issue
Block a user