summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-10 09:46:41 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-10 09:47:14 -0800
commitd7c05de2a43611ab25597b8fc299a67dd47c8a9e (patch)
tree15f3ce3121e6c02424441e8e7d591f9f2480733b /ci
parent31da68db49d95d8863f34392adf604df538d8cd5 (diff)
downloadmill-d7c05de2a43611ab25597b8fc299a67dd47c8a9e.tar.gz
mill-d7c05de2a43611ab25597b8fc299a67dd47c8a9e.tar.bz2
mill-d7c05de2a43611ab25597b8fc299a67dd47c8a9e.zip
Re-enable github artifact upload
Diffstat (limited to 'ci')
-rwxr-xr-xci/release.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/release.py b/ci/release.py
index f1e8940c..541774f3 100755
--- a/ci/release.py
+++ b/ci/release.py
@@ -28,3 +28,9 @@ if is_master_commit:
"--release",
"true"
])
+
+ check_call([
+ "target/bin/mill",
+ "uploadToGithub",
+ os.environ["GITHUB_ACCESS_TOKEN"]
+ ])