There was an error while loading. Please reload this page.
1 parent a631634 commit c1eb9a1Copy full SHA for c1eb9a1
1 file changed
.github/workflows/copr-ci.yml
@@ -238,5 +238,5 @@ jobs:
238
find . -type f -name "*.rpm" ! -name "*.src.rpm" | while read -r file; do
239
name=build-$(basename "$file")
240
echo "Uploading $name, file: $file"
241
- zip - "$file" | gh-actions-artifact-client.js upload "${name}" --retentionDays=7
+ zip -j - "$file" | gh-actions-artifact-client.js upload "${name}" --retentionDays=7
242
done
0 commit comments