We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abacc71 commit 59f5c77Copy full SHA for 59f5c77
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- uses: actions/download-artifact@v4
57
with:
58
- name: chatterino-api-1.22-ubuntu-22.04
+ name: chatterino-api-stable-ubuntu-22.04
59
path: bins/ubuntu/
60
61
- name: display structure
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Fix: Release script not working. (#704)
6
+
7
## 2.0.4
8
9
- Minor: Made 7TV path regex compatible with new UIDs. (#699)
0 commit comments