Skip to content

Commit a295c40

Browse files
committed
refactor: rename dirs
1 parent 7530994 commit a295c40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+3
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
folder: packages/render/dist
4444

4545
- name: Build
46-
run: cargo build --release --manifest-path=server/server/Cargo.toml
46+
run: cargo build --release --manifest-path=crates/server/Cargo.toml
4747

4848
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
4949
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
folder: packages/render/dist
4242

4343
- name: Build
44-
run: cargo build --release --manifest-path=server/server/Cargo.toml
44+
run: cargo build --release --manifest-path=crates/server/Cargo.toml
File renamed without changes.
File renamed without changes.

crates/README.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)