[libdmapsharing] .gitlab-ci.yml: adjust how we specify RPM artifacts



commit ea91d1405779321b596fe4eb8ccbc60a5d981df4
Author: W. Michael Petullo <mike flyn org>
Date:   Sun Jul 5 14:14:06 2020 -0500

    .gitlab-ci.yml: adjust how we specify RPM artifacts

 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb15d34..d39e9d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,10 +34,11 @@ build-fedora:
     - mkdir -p ~/rpmbuild/SOURCES
     - cp libdmapsharing-*.*.*.tar.gz ~/rpmbuild/SOURCES
     - rpmbuild -ba distro/libdmapsharing4.spec
+    - cp ~/rpmbuild/RPMS/*/* .
+    - cp ~/rpmbuild/SRPMS/* .
 
   artifacts:
     paths:
       - config.log
-      - ~/rpmbuild/RPMS/*/*
-      - ~/rpmbuild/SRPMS/*
+      - *.rpm
     expire_in: 1 week


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]