Skip to content

Commit 2f4137d

Browse files
committed
ref: renamed rust create paths for release.yml
1 parent a6450df commit 2f4137d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: startsWith(github.ref, 'refs/tags/pkg-')
3131
defaults:
3232
run:
33-
working-directory: "./reader/rust"
33+
working-directory: "./crates/package"
3434
steps:
3535
- name: Checkout Code
3636
uses: actions/checkout@v5
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Build project
7171
run: cargo run bundle --path ../definitions --out ../bundles
72-
working-directory: "./cli"
72+
working-directory: "./crates/cli"
7373

7474
- name: Archive definitions folder
7575
run: |
@@ -94,7 +94,7 @@ jobs:
9494
if: startsWith(github.ref, 'refs/tags/cli-')
9595
defaults:
9696
run:
97-
working-directory: "./cli"
97+
working-directory: "./crates/cli"
9898
steps:
9999
- name: Checkout Code
100100
uses: actions/checkout@v5

0 commit comments

Comments
 (0)