Browse Source

Update

tags/v0.0.61
Peter Vivell 6 years ago
parent
commit
4bb7126668
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      drone.yml

+ 2
- 1
drone.yml View File

@@ -106,7 +106,8 @@ steps:
106 106
           DEB_BUILD_OPTIONS=nocheck
107 107
           dpkg-buildpackage -us -uc -a ${PKG_ARCH} &&
108 108
           ls -l .. &&
109
-          find .. -type f -exec cp {} $${PKG_RELEASE_DIR}/ \; ;
109
+          find .. -type f \( -name '*.deb' -o -name '*.dsc' -o name='*.tar.xz' \) 
110
+            -exec cp {} $${PKG_RELEASE_DIR}/ \; ;
110 111
         else
111 112
           make &&
112 113
           tar --exclude='./.*'

Loading…
Cancel
Save