Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jan 27, 2023
1 parent 63613cd commit d3d715c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion repo/build.sh
Original file line number Diff line number Diff line change
@@ -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 .

0 comments on commit d3d715c

Please sign in to comment.