Skip to content

Commit a52a554

Browse files
committed
[skip ci] update circleci config
1 parent 69da7ed commit a52a554

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

.circleci/config.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
paths:
4444
- "~/.cargo/"
4545
- "~/.rustup/"
46-
- "./target"
46+
- "./target/"
4747
- "/usr/local/cargo"
4848

4949
- run:
@@ -136,7 +136,7 @@ jobs:
136136
paths:
137137
- "~/.cargo/"
138138
- "~/.rustup/"
139-
- "./target/x86_64-pc-windows-gnu"
139+
- "./target/"
140140
- "/usr/local/cargo"
141141

142142
- run:
@@ -197,6 +197,26 @@ jobs:
197197
name: Restore Windows Build
198198
key: ll-windows-dist-{{ .Environment.CIRCLE_SHA1 }}
199199

200+
- store_artifacts:
201+
name: Store Build
202+
path: "./target/x86_64-unknown-linux-gnu/release/library-loader"
203+
destination: "/linux/library-loader"
204+
205+
- store_artifacts:
206+
name: Store Build Checksum
207+
path: "./target/x86_64-unknown-linux-gnu/release/library-loader.sha256"
208+
destination: "/linux/library-loader.sha256"
209+
210+
- store_artifacts:
211+
name: Store Build
212+
path: "./target/x86_64-pc-windows-gnu/release/library-loader.exe"
213+
destination: "/windows/library-loader.exe"
214+
215+
- store_artifacts:
216+
name: Store Build Checksum
217+
path: "./target/x86_64-pc-windows-gnu/release/library-loader.exe.sha256"
218+
destination: "/windows/library-loader.exe.sha256"
219+
200220
- run:
201221
name: Deploy
202222
command: node .circleci/deploy/deploy.js

0 commit comments

Comments
 (0)