You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: `See the assets below to download the app for your platform.${downloads}`;
47
+
26
48
const { data } = await github.rest.repos.createRelease({
27
49
owner: context.repo.owner,
28
50
repo: context.repo.repo,
29
51
tag_name: tagName,
30
52
name: `Fetch Github Hosts ${tagName}`,
31
-
body: `See the assets below to download the app for your platform.\n\n**macOS**: \`.dmg\` (Universal binary - supports both Intel & Apple Silicon)\n**Windows**: \`.msi\` / \`.exe\`\n**Linux**: \`.deb\` / \`.AppImage\`\n**Linux Standalone Binary**: \`.tar.gz\` (amd64 / aarch64, no installation needed)`,
0 commit comments