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 404b976 commit 8d47aca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ jobs:
# Build steps
- uses: actions/setup-node@v3
with:
node-version: '22'
- name: Change Directory
run: cd ./.builder/
node-version: '22'
- name: Node Install
run: npm install
run: cd ./.builder/ && npm install
- name: Node Build
run: node ./build.js
run: node ./.builder/build.js

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

0 comments on commit 8d47aca

Please sign in to comment.