Skip to content

Commit ce0cc2c

Browse files
committed
build dir
1 parent 18a58ca commit ce0cc2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- checkout
2020
- run: make -f debian/rules binary
2121
- persist_to_workspace:
22-
root: .
22+
root: /root
2323
paths:
2424
- .
2525
- store_artifacts:
26-
path: "../*.deb"
26+
path: build
2727

2828
package:
2929
executor: ruby

0 commit comments

Comments
 (0)