Skip to content

Commit

Permalink
fix: distribution path
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Jan 27, 2024
1 parent 7f20c33 commit 389afbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
run: gh release upload ${{ github.event.release.tag_name }} ./plugin/build/distributions/*

# Create a pull request
- name: Create Pull Request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ class LoadableJCEFHtmlPanel(
frame: CefFrame?,
transitionType: CefRequest.TransitionType?
) {
if (openDevtools) {
jbCefBrowser.openDevtools()
}
alarm.addRequest(
{ jbCefBrowser.loadHTML(timeoutCallback!!) },
Registry.intValue("html.editor.timeout", 10000)
Expand Down

0 comments on commit 389afbf

Please sign in to comment.