From 847b53d8b22e366759d6a785382cba32ecb8de9a Mon Sep 17 00:00:00 2001 From: NathanosDev Date: Mon, 19 Feb 2024 18:20:46 +0100 Subject: [PATCH] ci: fix release pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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