File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,23 +37,23 @@ sudo zip -r $CIRCLE_ARTIFACTS/kotlin_example_code.zip example_kotlin*
3737
3838# Update release name
3939yarn github-release edit \
40- --user $GH_USER \
41- --repo " $CIRCLE_PROJECT_USERNAME / $ CIRCLE_PROJECT_REPONAME" \
40+ --user $CIRCLE_PROJECT_USERNAME \
41+ --repo $ CIRCLE_PROJECT_REPONAME \
4242--tag ${GIT_TAG} \
4343--name " Inventory Engine v${GIT_TAG} " \
4444
4545# Upload example code release
4646yarn github-release upload \
47- --user $GH_USER \
48- --repo " $CIRCLE_PROJECT_USERNAME / $ CIRCLE_PROJECT_REPONAME" \
47+ --user $CIRCLE_PROJECT_USERNAME \
48+ --repo $ CIRCLE_PROJECT_REPONAME \
4949--tag ${GIT_TAG} \
5050--name " java_example.zip" \
5151--file $CIRCLE_ARTIFACTS /java_example_code.zip
5252
5353# Upload example code release
5454yarn github-release upload \
55- --user $GH_USER \
56- --repo " $CIRCLE_PROJECT_USERNAME / $ CIRCLE_PROJECT_REPONAME" \
55+ --user $CIRCLE_PROJECT_USERNAME \
56+ --repo $ CIRCLE_PROJECT_REPONAME \
5757--tag ${GIT_TAG} \
5858--name " kotlin_example.zip" \
5959--file $CIRCLE_ARTIFACTS /kotlin_example_code.zip
You can’t perform that action at this time.
0 commit comments