Fix artifact export of run-build CI step
This commit is contained in:
parent
89cb215f41
commit
3a66832fac
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ run-build:
|
||||||
- apt-get install -y dpkg-dev debhelper
|
- apt-get install -y dpkg-dev debhelper
|
||||||
- dpkg-buildpackage -us -uc
|
- dpkg-buildpackage -us -uc
|
||||||
- mkdir build-artifacts
|
- mkdir build-artifacts
|
||||||
- mv ../mlmmj-ldap-sync* build-artifacts/
|
- mv ../mlmmj-ldap-sync_* build-artifacts/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build-artifacts
|
- build-artifacts
|
||||||
|
|
Loading…
Reference in a new issue