Skip to content

Commit bd4d733

Browse files
committed
Other artifacts.
1 parent 1f95e80 commit bd4d733

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -547,11 +547,7 @@ jobs:
547547
name: "Packaging"
548548
command: .\scripts\create_package_windows.ps1
549549
- store_artifacts: *artifact_solc_windows
550-
- persist_to_workspace: &artifacts_executables_windows
551-
root: build
552-
paths:
553-
- solc/Release/solc.exe
554-
- test/Release/soltest.exe
550+
- persist_to_workspace: *artifacts_build_dir
555551

556552
b_win_release:
557553
<<: *b_win

0 commit comments

Comments
 (0)