Skip to content

Commit ae089f1

Browse files
author
Daniel K. O.
committed
Trying to fix workflow.
1 parent d598ec2 commit ae089f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

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

33
on: [workflow_dispatch]
44

@@ -24,6 +24,7 @@ jobs:
2424
image: image-mageia-9
2525
run: |
2626
./build.sh
27+
tree
2728
2829
- name: Copy from container to host
2930
uses: tj-actions/docker-cp@v2
@@ -35,5 +36,7 @@ jobs:
3536
- name: Upload
3637
uses: actions/upload-artifact@v4
3738
with:
39+
name: Mageia 9 RPMS
3840
path: packages/mageia-9/RPMS
41+
3942
if-no-files-found: error

packages/mageia-9/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN urpmi --auto --quiet bm
66
RUN urpmi --auto --quiet task-c++-devel
77
RUN urpmi --auto --quiet doxygen
88
RUN urpmi --auto --quiet lib64evdev-devel
9+
RUN urpmi --auto --quiet tree
910

1011
WORKDIR /buildroot
1112
COPY . .

0 commit comments

Comments
 (0)