We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494155c commit c2a1489Copy full SHA for c2a1489
.circleci/config.yml
@@ -49,7 +49,7 @@ jobs:
49
name: "Publish Release on GitHub"
50
command: |
51
VERSION=${CIRCLE_TAG}
52
- ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${VERSION} ./artifacts/distributions/
+ ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${VERSION} ./artifacts/dist/
53
54
55
workflows:
gradle.properties
@@ -1,2 +1,2 @@
1
-version = 0.0.3
2
-relVersion = 0.0.3
+version = 0.0.4
+relVersion = 0.0.4
0 commit comments