We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0845b5 commit aa2591cCopy full SHA for aa2591c
.github/workflows/package-mageia-9.yml
@@ -32,12 +32,12 @@ jobs:
32
uses: tj-actions/docker-cp@v2
33
with:
34
container: container-mageia-9
35
- source: /buildroot/
36
- destination: packages/mageia-9
+ source: /buildroot
+ destination: packages/mageia-9/output
37
38
- name: Upload
39
uses: actions/upload-artifact@v4
40
41
name: Mageia 9 packages
42
- path: packages/mageia-9
+ path: packages/mageia-9/output
43
if-no-files-found: error
0 commit comments