Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 83251f9

Browse files
committed
fix package
1 parent 8bb14e3 commit 83251f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ jobs:
5858
- run:
5959
name: Package
6060
command: >-
61-
ramp pack -m /workspace/ramp.yml -o
62-
/workspace/build/$PACKAGE_NAME.{os}-{architecture}.$CIRCLE_BRANCH.zip
63-
/workspace/$MODULE_ARTIFACT
61+
ramp pack -m ramp.yml -o ./target/release/$PACKAGE_NAME.{os}-{architecture}.$CIRCLE_BRANCH.zip ./target/release/$MODULE_ARTIFACT
6462
6563
# - run:
6664
# name: Upload Coverage

0 commit comments

Comments
 (0)