Skip to content

Commit

Permalink
Merge pull request #53 from derektamsen:fix-artifacts-workspace-attac…
Browse files Browse the repository at this point in the history
…h-path

fix artifacts path for workspace attach in publish step
  • Loading branch information
derektamsen authored Apr 14, 2020
2 parents bebaa36 + 46e59c6 commit a73eef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- checkout
- attach_workspace:
at: ./artifacts
at: .
- run: make deploy

workflows:
Expand Down

0 comments on commit a73eef7

Please sign in to comment.