Skip to content

Commit

Permalink
fix: edit electron-builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
UrijHoruzij committed Jan 9, 2023
1 parent f948cd0 commit 9f39998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"runAfterFinish": true
},
"files": ["main", "out"],
"publish": [{ "provider": "github", "repo": "super-resolution", "owner": "UrijHoruzij", "token": "${GH_TOKEN}" }]
"publish": [{ "provider": "github", "repo": "super-resolution", "owner": "UrijHoruzij" }]
}

0 comments on commit 9f39998

Please sign in to comment.