Skip to content

Commit 11ab233

Browse files
committed
fix publishLocal invocation
1 parent 9dec064 commit 11ab233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- run: ./millw -i -k -d __.testCached + __.scoverage.xmlReport + __.publishLocal testRepo
3636
if: matrix.os != 'windows-latest'
37-
- run: .\millw.bat -i -k -d __.testCached + __.scoverage.xmlReport + __.publishLocal testRepo
37+
- run: .\millw.bat -i -k -d __.testCached + __.scoverage.xmlReport + __.publishLocal --localIvyRepo testRepo
3838
if: matrix.os == 'windows-latest'
3939

4040
- name: Upload scoverage reports to codecov.io

0 commit comments

Comments
 (0)