Skip to content

Commit c2a1489

Browse files
committed
Attempt to fix CI failure
1 parent 494155c commit c2a1489

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: "Publish Release on GitHub"
5050
command: |
5151
VERSION=${CIRCLE_TAG}
52-
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${VERSION} ./artifacts/distributions/
52+
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${VERSION} ./artifacts/dist/
5353
5454
5555
workflows:

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = 0.0.3
2-
relVersion = 0.0.3
1+
version = 0.0.4
2+
relVersion = 0.0.4

0 commit comments

Comments
 (0)