Skip to content

Commit

Permalink
ci: fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Feb 19, 2024
1 parent 6ce142c commit 847b53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 847b53d

Please sign in to comment.