diff options
Diffstat (limited to 'jjb/sweetcomb/sweetcomb.yaml')
-rw-r--r-- | jjb/sweetcomb/sweetcomb.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml index c67ee238c..5d6dccc6f 100644 --- a/jjb/sweetcomb/sweetcomb.yaml +++ b/jjb/sweetcomb/sweetcomb.yaml @@ -142,8 +142,8 @@ publishers: - archive: artifacts: > - **/build-root/*.rpm, - **/build-root/*.deb, + **/build-root/build-package/*.rpm, + **/build-root/build-package/*.deb, allow-empty: 'true' fingerprint: false only-if-success: true |