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
           DEB_BUILD_OPTIONS=nocheck
106
           DEB_BUILD_OPTIONS=nocheck
107
           dpkg-buildpackage -us -uc -a ${PKG_ARCH} &&
107
           dpkg-buildpackage -us -uc -a ${PKG_ARCH} &&
108
           ls -l .. &&
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
         else
111
         else
111
           make &&
112
           make &&
112
           tar --exclude='./.*'
113
           tar --exclude='./.*'

Loading…
Cancel
Save