diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3696a0a..e406535 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: diff --git a/contracts/Cargo.toml b/contracts/Cargo.toml index eb7fe80..21d1f4a 100644 --- a/contracts/Cargo.toml +++ b/contracts/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = ["src/token/single"] +members = ["src/token/single-token"] [package] name = "kudos_ink_contracts"