Skip to content

Commit e78ac42

Browse files
committed
fix: correct path to install script
Signed-off-by: Taylor Price <[email protected]>
1 parent 9586679 commit e78ac42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: stefanzweifel/git-auto-commit-action@v5
2323
with:
2424
commit_message: Automated GPTScript Version Update
25-
file_pattern: 'package*.json src/install-binary.js'
25+
file_pattern: 'package*.json scripts/install-binary.js'
2626
tag-release:
2727
needs: update-gptscript-dep
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)