File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 run : bun run rebuild
2626
2727 - name : Build and Package (macOS)
28- run : bun run package --mac
29- env :
30- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28+ run : bun run package --mac --publish never
3129
3230 - name : Upload macOS artifacts
3331 uses : actions/upload-artifact@v4
5856
5957 - name : Build and Package (Windows)
6058 run : bun run package --win
61- env :
62- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
63-
64- - name : Upload Windows artifacts
59+ - name : Build and Package (Windows)
60+ run : bun run package --win --publish never
6561 uses : actions/upload-artifact@v4
6662 with :
6763 name : windows-release
Original file line number Diff line number Diff line change 11{
22 "name" : " clipai" ,
33 "version" : " 0.0.4" ,
4- "description" : " Modern clipboard history manager for macOS " ,
4+ "description" : " Modern clipboard history manager powered by AI " ,
55 "author" : " Mikheil Berishvili" ,
66 "main" : " dist/main/main.js" ,
77 "module" : " index.ts" ,
You can’t perform that action at this time.
0 commit comments