Skip to content

Commit 3178406

Browse files
committed
Update deploy.yml
1 parent a03fc75 commit 3178406

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ jobs:
3434
with:
3535
bun-version: latest
3636

37-
- name: Change to source directory
38-
run: cd "Source code"
39-
4037
- name: Install dependencies
38+
working-directory: ./Source code
4139
run: bun install
4240

4341
- name: Build project
42+
working-directory: ./Source code
4443
run: bun run build
4544

4645
- name: Upload artifact

0 commit comments

Comments
 (0)