Skip to content

Commit 741d1c5

Browse files
committed
Rename artifact for gems
1 parent 43d252c commit 741d1c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,11 @@ jobs:
235235
bundle exec rake gem:native
236236
237237
# Move gem files to a separate directory, as CircleCI artifacts don't support wildcards for paths
238-
mkdir pkg_artifacts
239-
mv pkg/*.gem pkg_artifacts
238+
mkdir gems
239+
mv pkg/*.gem gems
240240
241241
- store_artifacts:
242-
path: pkg_artifacts
242+
path: gems
243243

244244
- save_cache:
245245
name: save ports cache

0 commit comments

Comments
 (0)