Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizarrus committed Sep 3, 2024
1 parent 8d47aca commit 381f3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Node Install
run: cd ./.builder/ && npm install
- name: Node Build
run: node ./.builder/build.js
run: cd ./.builder/ && node ./build.js

# Commit and push all changed files.
- name: Commit changes
Expand Down

0 comments on commit 381f3c2

Please sign in to comment.