Skip to content

Commit dda98dc

Browse files
committed
fixup! CI: Add c_release_binaries job that gathers release binaries from individual jobs
1 parent 7d2c5d6 commit dda98dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ jobs:
14501450
cp workspace/soljson.js github/soljson.js
14511451
14521452
cd github/
1453-
tar --create --file ../github-binaries.tar --file *
1453+
tar --create --file ../github-binaries.tar *
14541454
- store_artifacts:
14551455
path: github-binaries.tar
14561456
- run:
@@ -1469,7 +1469,7 @@ jobs:
14691469
mv github/soljson.js "solc-bin/bin/soljson-${full_version}.js"
14701470
14711471
cd solc-bin/
1472-
tar --create --file ../solc-bin-binaries.tar --file *
1472+
tar --create --file ../solc-bin-binaries.tar *
14731473
- store_artifacts:
14741474
path: solc-bin-binaries.tar
14751475
- gitter_notify_failure_unless_pr

0 commit comments

Comments
 (0)