File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 82
82
uses : softprops/action-gh-release@v1
83
83
with :
84
84
files : dist/GitHubCopilotApp-*.zip
85
- draft : false
85
+ draft : true
86
86
prerelease : false
87
87
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.
88
100
env :
89
101
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments