Skip to content

Commit 18a58ca

Browse files
committed
build dir
1 parent c13f5a2 commit 18a58ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 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: .
2323
paths:
24-
- ./*.deb
24+
- .
2525
- store_artifacts:
26-
path: build
26+
path: "../*.deb"
2727

2828
package:
2929
executor: ruby

0 commit comments

Comments
 (0)