Commit b249aa0 1 parent 1371979 commit b249aa0 Copy full SHA for b249aa0
File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ on :
2
+ workflow_dispatch :
3
+ push :
4
+ tags :
5
+ - " *"
6
+ pull_request :
7
+
8
+ jobs :
9
+ forge-artifacts :
10
+ uses : " rhinestonewtf/reusable-workflows/.github/workflows/forge-artifacts.yaml@main"
Original file line number Diff line number Diff line change 39
39
},
40
40
"files" : [
41
41
" src" ,
42
+ " artifacts" ,
42
43
" foundry.toml" ,
43
44
" remappings.txt"
44
45
],
Original file line number Diff line number Diff line change @@ -16,11 +16,15 @@ mkdir $artifacts \
16
16
FOUNDRY_PROFILE=optimized forge build
17
17
18
18
cp out-optimized/Registry.sol/Registry.json $artifacts
19
+ cp out-optimized/MockERC1271Attester.sol/MockERC1271Attester.json $artifacts
20
+ cp out-optimized/MockResolver.sol/MockResolver.json $artifacts
21
+ cp out-optimized/MockSchemaValidator.sol/MockSchemaValidator.json $artifacts
22
+
19
23
20
24
21
25
interfaces=./artifacts/interfaces
22
26
23
- cp out-optimized/IRegistry .sol/IERC7484.json $interfaces
27
+ cp out-optimized/IERC7484 .sol/IERC7484.json $interfaces
24
28
cp out-optimized/IRegistry.sol/IRegistry.json $interfaces
25
29
cp out-optimized/IExternalResolver.sol/IExternalResolver.json $interfaces
26
30
cp out-optimized/IExternalSchemaValidator.sol/IExternalSchemaValidator.json $interfaces
You can’t perform that action at this time.
0 commit comments