We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c889ee commit 6c0fe6cCopy full SHA for 6c0fe6c
1 file changed
.github/workflows/rpm-el10.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Collect built RPMs
82
run: |
83
mkdir -p /tmp/rpms
84
- find "$HOME/rpmbuild/RPMS" -name '*.rpm' -exec cp {} /tmp/rpms/ \;
+ find "$HOME/rpmbuild/RPMS" -name '*.rpm' ! -name 'crmsh-test-*.rpm' -exec cp {} /tmp/rpms/ \;
85
echo "Built RPMs:"
86
ls -lh /tmp/rpms/
87
0 commit comments