Skip to content

Commit 1ed7aa9

Browse files
committed
ref: changed working-directory of the typescript reader
1 parent 9d7ae87 commit 1ed7aa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424

2525
- name: "Install dependencies"
2626
run: npm ci
27-
working-directory: ./reader/ts
27+
working-directory: ./package/reader
2828

2929
- name: "Build project"
3030
run: npm run build
31-
working-directory: ./reader/ts
31+
working-directory: ./package/reader
3232

3333
format:
3434
name: "[RUST] Format Check"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: startsWith(github.ref, 'refs/tags/pkg-')
1313
defaults:
1414
run:
15-
working-directory: "./reader/ts"
15+
working-directory: "./package/reader"
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)