Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Jan 4, 2024
1 parent f6f3944 commit 1a1b5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set default rust toolchain
run: rustup default 1.61.0
- name: Change directory
run: cd official-addons-rs
run: cd official-addons-rust
- name: Install NPM dependencies
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set default rust toolchain
run: rustup default 1.61.0
- name: Change directory
run: cd official-addons-rs
run: cd official-addons-rust
- name: Install NPM dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 1a1b5f3

Please sign in to comment.