Skip to content

Commit

Permalink
Merge pull request #90 from HerodotusDev/fix/ci
Browse files Browse the repository at this point in the history
chore: trigger ci
  • Loading branch information
petscheit authored Oct 9, 2024
2 parents b7d3654 + 137d2cf commit 2b63fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# We always want to update the HDP program, as there can be changes in the hints, which are not reflected in the hash
HDP_UPDATED=true
mkdir -p ${{ env.HDP_HASH }}
cp ../build/hdp.json ${{ env.HDP_HASH }}/program.json
cp -f ../build/hdp.json ${{ env.HDP_HASH }}/program.json
# Store second program (only if folder doesn't exist)
CONTRACT_DRY_RUN_UPDATED=false
Expand Down

0 comments on commit 2b63fda

Please sign in to comment.