Skip to content

Commit e816212

Browse files
committed
Ensure draft release creation
1 parent d9375a4 commit e816212

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/build-macos-app.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,20 @@ jobs:
8282
uses: softprops/action-gh-release@v1
8383
with:
8484
files: dist/GitHubCopilotApp-*.zip
85-
draft: false
85+
draft: true
8686
prerelease: false
8787
generate_release_notes: true
88+
name: "GitHub Copilot App ${{ env.RELEASE_VERSION }}"
89+
body: |
90+
## GitHub Copilot App ${{ env.RELEASE_VERSION }}
91+
92+
A simple macOS application that provides a clean wrapper for GitHub Copilot's web interface.
93+
94+
### Installation
95+
1. Download the zip file attached to this release
96+
2. Extract and move GitHub Copilot.app to your Applications folder
97+
3. Right-click and select "Open" the first time you run it (to bypass Gatekeeper)
98+
99+
This is a development build and is not signed with an Apple Developer certificate.
88100
env:
89101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)