Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed May 15, 2024
1 parent 30d118c commit be370f0
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 @@ -24,7 +24,7 @@ jobs:
working-directory: ${{ env.working-directory}}
run: |
mkdir -p filtered_artifacts
find ./contracts/target/dev -type f -name '*.contract_class.json' -exec cp {} filtered_artifacts/ \;
find ./target/dev -type f -name '*.contract_class.json' -exec cp {} filtered_artifacts/ \;
- name: Generate checksums
working-directory: ${{ env.working-directory}}
run: |
Expand Down

0 comments on commit be370f0

Please sign in to comment.