Skip to content

Commit

Permalink
fix: CI manifest template name
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunamak committed Aug 26, 2024
1 parent febe6a2 commit ceb8628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build GSC image
run: |
cd gsc
./gsc build my-proof ../python.manifest.template -c ../config.yaml
./gsc build my-proof ../my-proof.manifest.template -c ../config.yaml
- name: Sign GSC image
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use this template:

1. Fork this repository
2. Modify the `my_proof/proof.py` file to implement your specific proof logic
3. Update the `python.manifest.template` if you need to add any additional files or change the configuration
3. Update the `my-proof.manifest.template` if you need to add any additional files or change the configuration
4. Commit your changes and push to your repository

## Customizing the Proof Logic
Expand Down

0 comments on commit ceb8628

Please sign in to comment.