Skip to content

Commit

Permalink
task: correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Oct 29, 2023
1 parent dfe860d commit 29d775c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ['**']

env:
SINGLE_TOKEN: "--manifest-path=contracts/src/token/single/Cargo.toml"
SINGLE_TOKEN: "--manifest-path=contracts/src/token/single-token/Cargo.toml"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["src/token/single"]
members = ["src/token/single-token"]

[package]
name = "kudos_ink_contracts"
Expand Down

0 comments on commit 29d775c

Please sign in to comment.