diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-15 16:55:04 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-15 16:55:04 +0000 |
| commit | cf34ccf71023458814d78368fcb2b0a9af2e3245 (patch) | |
| tree | ac6ab481d768284e8585aeb13bb3a851cf4cb856 | |
| parent | Reinstate tag restriction in workflow (diff) | |
| download | SyncRNG-cf34ccf71023458814d78368fcb2b0a9af2e3245.tar.gz SyncRNG-cf34ccf71023458814d78368fcb2b0a9af2e3245.zip | |
update CI link in release script
| -rw-r--r-- | python/make_release.py | 2 |
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", } |
