Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
qixing-ai committed Nov 17, 2024
1 parent b5cf0e0 commit cb9e746
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: npm run electron:build -- --win
env:
NODE_ENV: production
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"build": {
"appId": "com.mycodegpt.app",
"productName": "MyCodeGPT",
"publish": "never",
"directories": {
"output": "build"
},
Expand Down

0 comments on commit cb9e746

Please sign in to comment.