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:
Tw93
2025-08-25 12:59:19 +08:00
committed by GitHub

View File

@@ -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 }}