Skip to content

Commit c1eb9a1

Browse files
fix(artifacts): flatten artifact structure (#23)
1 parent a631634 commit c1eb9a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copr-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ jobs:
238238
find . -type f -name "*.rpm" ! -name "*.src.rpm" | while read -r file; do
239239
name=build-$(basename "$file")
240240
echo "Uploading $name, file: $file"
241-
zip - "$file" | gh-actions-artifact-client.js upload "${name}" --retentionDays=7
241+
zip -j - "$file" | gh-actions-artifact-client.js upload "${name}" --retentionDays=7
242242
done

0 commit comments

Comments
 (0)