aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 16:55:04 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 16:55:04 +0000
commitcf34ccf71023458814d78368fcb2b0a9af2e3245 (patch)
treeac6ab481d768284e8585aeb13bb3a851cf4cb856
parentReinstate tag restriction in workflow (diff)
downloadSyncRNG-cf34ccf71023458814d78368fcb2b0a9af2e3245.tar.gz
SyncRNG-cf34ccf71023458814d78368fcb2b0a9af2e3245.zip
update CI link in release script
-rw-r--r--python/make_release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/make_release.py b/python/make_release.py
index 40a1fd4..26534ae 100644
--- a/python/make_release.py
+++ b/python/make_release.py
@@ -19,7 +19,7 @@ import tempfile
import webbrowser
URLS = {
- "CI": "https://github.com/GjjvdBurg/SyncRNG",
+ "CI": "https://github.com/GjjvdBurg/SyncRNG/actions",
}