From d3d715c9841c6019d31a47f99e7e7da0378e1c4f Mon Sep 17 00:00:00 2001 From: sharpenedblade Date: Thu, 26 Jan 2023 17:24:18 -0800 Subject: [PATCH] Fix typo. --- .github/workflows/update-repo.yml | 2 +- repo/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index 97580ad..cb15286 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -14,7 +14,7 @@ jobs: with: latest: true fileName: "*.rpm" - out-file-path: "output" + out-file-path: "output/RPMS/x86_64/" - name: Update repo run: | diff --git a/repo/build.sh b/repo/build.sh index c5e9ab7..cf054b2 100755 --- a/repo/build.sh +++ b/repo/build.sh @@ -1,5 +1,5 @@ dnf install -y createrepo mkdir -p /tmp/repo cd /tmp/repo -cp /repo/output/*.rpm . +cp /repo/output/RPMS/*/*.rpm . createrepo .