Skip to content

Commit 7ace594

Browse files
authored
Change working directory
1 parent 482a9cf commit 7ace594

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Install Dependencies
1616
uses: Borales/actions-yarn@v2.0.0
1717
with:
18-
cmd: install # will run `yarn install` command
18+
cmd: install --cwd dist # will run `yarn install` command
1919
- name: Build Core
2020
uses: Borales/actions-yarn@v2.0.0
2121
with:
22-
cmd: build:core # will run `yarn build:core` command
22+
cmd: build:core --cwd dist # will run `yarn build:core` command
2323
- name: Commit changed files
2424
uses: stefanzweifel/git-auto-commit-action@v2.2.0
2525
with:

0 commit comments

Comments
 (0)