diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e368cfb8..8332d70f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: DFX prepare Certified Counter - working-directory: examples/certified-counter + working-directory: examples/certification/certified-counter run: | dfx canister create --all dfx generate backend