ci: fix again aaaaa

This commit is contained in:
2025-08-17 21:17:57 +02:00
parent 451952e3f8
commit 2e2185568d

View File

@@ -31,7 +31,7 @@ jobs:
- name: Download latest emoji importer
run: |
RELEASE_URL=$(curl -s https://api.github.com/repos/srizan10/hclive/releases/latest | \
RELEASE_URL=$(curl -s https://api.github.com/repos/srizan10/hctv/releases/latest | \
grep "browser_download_url.*slack-import-emojis-linux-x86_64" | \
cut -d '"' -f 4)