Skip to content

Commit

Permalink
Rename artifact for gems
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Jan 12, 2023
1 parent 43d252c commit 741d1c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ jobs:
bundle exec rake gem:native
# Move gem files to a separate directory, as CircleCI artifacts don't support wildcards for paths
mkdir pkg_artifacts
mv pkg/*.gem pkg_artifacts
mkdir gems
mv pkg/*.gem gems
- store_artifacts:
path: pkg_artifacts
path: gems

- save_cache:
name: save ports cache
Expand Down

0 comments on commit 741d1c5

Please sign in to comment.