File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 24
24
- ' %LOCALAPPDATA%\Coursier\cache -> build.sc'
25
25
26
26
install :
27
- - SET MILL_URL=https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-86-e1da1b
27
+ - SET MILL_URL=https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-97-00b10e
28
28
29
29
build_script :
30
30
- if [%COMPILER%]==[default] (
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ matrix:
40
40
jdk : oraclejdk8
41
41
42
42
script :
43
- - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-86-e1da1b && chmod +x ~/bin/mill
43
+ - curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-97-00b10e && chmod +x ~/bin/mill
44
44
- export PATH=~/bin/mill:$PATH
45
45
- " $CI_SCRIPT"
46
46
Original file line number Diff line number Diff line change @@ -7,14 +7,13 @@ echo $GPG_PRIVATE_KEY_B64 | base64 --decode > gpg_key
7
7
gpg --import gpg_key
8
8
9
9
rm gpg_key
10
- ci/publish-local.sh
11
10
12
- ~ / mill-release mill.scalalib.PublishModule/publishAll \
11
+ mill mill.scalalib.PublishModule/publishAll \
13
12
lihaoyi:$SONATYPE_PASSWORD \
14
13
$GPG_PASSWORD \
15
14
__.publishArtifacts \
16
15
--release \
17
16
true
18
17
19
18
20
- ~ / mill-release uploadToGithub $GITHUB_ACCESS_TOKEN
19
+ mill uploadToGithub $GITHUB_ACCESS_TOKEN
You can’t perform that action at this time.
0 commit comments