Fix artifact export of run-build CI step

This commit is contained in:
Timothée Floure 2019-10-30 15:53:29 +01:00
parent 89cb215f41
commit 3a66832fac
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ run-build:
- apt-get install -y dpkg-dev debhelper
- dpkg-buildpackage -us -uc
- mkdir build-artifacts
- mv ../mlmmj-ldap-sync* build-artifacts/
- mv ../mlmmj-ldap-sync_* build-artifacts/
artifacts:
paths:
- build-artifacts