Skip to content

Commit da47c75

Browse files
author
Daniel K. O. (dkosmari)
committed
Fixed path.
1 parent b1d43bc commit da47c75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package-fedora-42.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Fedora 42 amd64 RPM package
1+
name: Fedora 42 RPM package
22

33
on: [workflow_dispatch]
44

@@ -36,7 +36,7 @@ jobs:
3636
uses: tj-actions/docker-cp@v2
3737
with:
3838
container: container-${{ env.DISTRO }}
39-
source: /buildroot
39+
source: /root/rpmbuild
4040
destination: packages/${{ env.DISTRO }}/output
4141

4242
- name: Upload

.github/workflows/package-mageia-9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mageia 9 amd64 RPM package
1+
name: Mageia 9 RPM package
22

33
on: [workflow_dispatch]
44

0 commit comments

Comments
 (0)