Skip to content

Commit

Permalink
Change desktop publishing options to upload artifacts (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb authored Dec 8, 2024
1 parent 061dc3e commit 1ba7ac8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ jobs:

- name: Build and publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pnpm run release
- name: Upload Release Assets
uses: softprops/action-gh-release@v2
with:
files: |
./release/**/*.exe
./release/**/*.dmg
./release/**/*.AppImage
./release/**/*.yml
./release/latest*.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
},
"build": {
"publish": {
"provider": "github"
"provider": "github",
"releaseType": "release"
},
"appId": "com.yorkie-team.codepair",
"productName": "codepair",
"productName": "CodePair",
"icon": "build/icon.png",
"files": [
"dist/**/*",
Expand Down

0 comments on commit 1ba7ac8

Please sign in to comment.