Skip to content

Commit

Permalink
Merge pull request #222 from smallcloudai/cicd
Browse files Browse the repository at this point in the history
move lsp to refact repo
  • Loading branch information
reymondzzzz authored Feb 17, 2025
2 parents 24f58dd + bd98c9b commit 2cfc67d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: node.js.yml
workflow: agent_gui_build.yml
workflow_search: true
repo: smallcloudai/refact-chat-js
repo: smallcloudai/refact
branch: ${{ inputs.chat_js_branch }}
name: refact-chat-js-latest
path: ./src/main/resources/webview/dist
Expand All @@ -68,8 +68,8 @@ jobs:
name: "Build refact-lsp"
with:
owner: smallcloudai
repo: refact-lsp
workflow_file_name: build.yml
repo: refact
workflow_file_name: agent_engine_build.yml
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
ref: ${{ steps.setupvars.outputs.lsp_version }}

Expand All @@ -78,8 +78,8 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
repo: smallcloudai/refact-lsp
workflow: agent_engine_build.yml
repo: smallcloudai/refact
name_is_regexp: true
name: dist-*
branch: ${{ steps.setupvars.outputs.lsp_version }}
Expand Down
2 changes: 1 addition & 1 deletion refact_lsp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.10.11
main

0 comments on commit 2cfc67d

Please sign in to comment.