Skip to content

Commit 7513283

Browse files
authored
Merge pull request #27 from codacy/fix-ghr
fix: Fix Github release path
2 parents deb2127 + d84ce61 commit 7513283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ workflows:
138138
requires:
139139
- compile
140140
- codacy/publish_ghr:
141-
path: bin/
141+
path: ~/workdir/bin/
142142
requires:
143143
- build_static
144144
context: CodacyAWS

0 commit comments

Comments
 (0)