Skip to content

Commit d686ee9

Browse files
committed
Fix path to artifacts
As I parallelized the cross-compilation process, the gems were moved into another folder dedicated to their target platform during the build. This change was not reflected when storing the artifacts.
1 parent fd0877b commit d686ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
rm -rf artifacts-<< parameters.platform >>/gems/tiny_tds-$gemVersion.gem
260260
261261
- store_artifacts:
262-
path: artifacts/gems
262+
path: artifacts-<< parameters.platform >>/gems
263263

264264
- save_cache:
265265
name: save ports cache

0 commit comments

Comments
 (0)