Merge pull request #1026 from Jason6987/fix-script-path
fix: correct script path typo (add missing 's'), update pake-cli.yaml
This commit is contained in:
2
.github/workflows/pake-cli.yaml
vendored
2
.github/workflows/pake-cli.yaml
vendored
@@ -144,7 +144,7 @@ jobs:
|
||||
- name: Build with pake-cli
|
||||
timeout-minutes: 15
|
||||
run: |
|
||||
node ./script/github-action-build.js
|
||||
node ./scripts/github-action-build.js
|
||||
env:
|
||||
URL: ${{ inputs.url }}
|
||||
NAME: ${{ inputs.name }}
|
||||
|
||||
Reference in New Issue
Block a user