Skip to content

Commit

Permalink
Fix an issue where we were mounting a folder too deep
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJokersThief committed May 1, 2023
1 parent 7e8318a commit b40ae51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/_config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline.new(
working_directory='/home/circleci/banshee',
steps=[
steps.checkout(),
steps.attach_workspace('/home/circleci/banshee/dist'),
steps.attach_workspace('/home/circleci/banshee'),
{ 'gh/setup': { version: '2.28.0' } },
steps.run('gh release create ${CIRCLE_TAG} --generate-notes --verify-tag', name='Create a new release'),
steps.run('gh release upload ${CIRCLE_TAG} /home/circleci/banshee/dist/bin', name='Create a new release'),
Expand Down

0 comments on commit b40ae51

Please sign in to comment.