Skip to content

Commit 6c0fe6c

Browse files
committed
Removed test rpm
1 parent 3c889ee commit 6c0fe6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rpm-el10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Collect built RPMs
8282
run: |
8383
mkdir -p /tmp/rpms
84-
find "$HOME/rpmbuild/RPMS" -name '*.rpm' -exec cp {} /tmp/rpms/ \;
84+
find "$HOME/rpmbuild/RPMS" -name '*.rpm' ! -name 'crmsh-test-*.rpm' -exec cp {} /tmp/rpms/ \;
8585
echo "Built RPMs:"
8686
ls -lh /tmp/rpms/
8787

0 commit comments

Comments
 (0)