renovate[bot]
103100b5af
chore(deps): update actions/setup-python action to v5
8 months ago
Robert Dailey
a47bb79abe
ci: Upgrade various action versions
12 months ago
Robert Dailey
d9de34e474
ci: use env var instead of file for notify.yml json
2 years ago
Robert Dailey
1cbc5a9d1b
ci: More robust way to write JSON to file
2 years ago
Robert Dailey
22f6f260d2
ci: Fix broken URLs in discord notification
...
In addition:
- URL processing is now data driven. It pulls URLs from the latest
Github Release and uses those. This makes the notification more
extensible. If we add new artifacts later to the release, they
"automatically" get published in the discord notification as well. New
platforms must still be explicitly added, though.
- Added contributing guidance for testing the notification script.
2 years ago
Robert Dailey
b2f13b4a07
ci: Update actions/checkout to v3
2 years ago
Robert Dailey
9b3b56c31b
ci: Allow discord notification to be invoked manually
...
If this workflow fails during normal releases, this provides a way to
correct issues and re-run if necessary.
2 years ago
Robert Dailey
b3cf6a9c17
ci: Add workflow_dispatch to notify.yml
...
Isn't used right now. Just setting it up for testing purposes.
2 years ago
Robert Dailey
279804004e
ci: Discord embed logic updated to support multiple architectures
3 years ago
Robert Dailey
d8397634de
ci: notification handles backticks correctly
4 years ago
Robert Dailey
638e3d353b
ci: Discord notification workflow for releases
...
When a new release is published, a Github Action workflow kicks off that
sends a customized notification to Discord.
4 years ago