Skip to content

Commit

Permalink
fix(ci): drop validatedContracts.json correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Jan 9, 2025
1 parent 1605f9b commit 81238ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
with:
path: combined
- name: Zip up the compiled layouts
run: zip -j compiled-layouts.zip combined/*/*.json --exclude combined/*/validatedContracts.json
run: find combined -type f -name "*.json" ! -name "validatedContracts.json" -exec zip -j compiled-layouts.zip {} +
- name: Upload the compiled layouts file as an artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 81238ee

Please sign in to comment.