Skip to content

Commit

Permalink
Fix windows CircleCI persistence paths
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Oct 1, 2023
1 parent e5653eb commit 53483d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
- run: .circleci\windows\prepare.bat
- run: .circleci\windows\deploy_release.bat
- persist_to_workspace:
root: ~/dist
root: dist
paths: [ "./*" ]

deploy-apt-release-x86_64:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.24.6
2.24.7

0 comments on commit 53483d0

Please sign in to comment.