Skip to content

Commit

Permalink
feat: 🎸 change path 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiaoshuang committed Mar 27, 2024
1 parent 0a85779 commit 30a673d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-cloud-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

- name: Alert from Github
if: ${{ failure() }}
run: node ./jimmy/app/pipelines/alert-github.js
run: node ./jimmy/app/pipelines/github/alert-github.js
2 changes: 1 addition & 1 deletion .github/workflows/release-vant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

- name: Alert from Github
if: ${{ failure() }}
run: node ./jimmy/app/pipelines/alert-github.js
run: node ./jimmy/app/pipelines/github/alert-github.js

0 comments on commit 30a673d

Please sign in to comment.