We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905ff6f commit a70bbb1Copy full SHA for a70bbb1
.github/workflows/create-release-pr.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo "Bumping to version ${{ steps.cz.outputs.version }}"
39
40
- name: DFX prepare Certified Counter
41
- working-directory: examples/certified-counter
+ working-directory: examples/certification/certified-counter
42
run: |
43
dfx canister create --all
44
dfx generate backend
0 commit comments