Skip to content

Commit 53483d0

Browse files
Fix windows CircleCI persistence paths
1 parent e5653eb commit 53483d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
- run: .circleci\windows\prepare.bat
221221
- run: .circleci\windows\deploy_release.bat
222222
- persist_to_workspace:
223-
root: ~/dist
223+
root: dist
224224
paths: [ "./*" ]
225225

226226
deploy-apt-release-x86_64:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.6
1+
2.24.7

0 commit comments

Comments
 (0)