Skip to content

Commit 2414f9f

Browse files
committed
ci: fix app-config path
1 parent cb05342 commit 2414f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standalone-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525

2626
- run: yarn install && yarn build
27-
working-directory: ./app-config
27+
working-directory: ./app-config-main
2828

2929
- run: find . -name node_modules -exec rm -rf {} \; -prune
3030
working-directory: .

0 commit comments

Comments
 (0)