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
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -380,7 +380,7 @@ jobs:
380
380
# Create draft release
381
381
gh release create "$TAG" \
382
382
--title "Lookout v${VERSION}" \
383
-
--notes "See the assets to download and install." \
383
+
--notes "See the assets to download and install.\n(You may need to click \"Show all\" after expanding the dropdown to see one compatible with your system)" \
0 commit comments