File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,16 @@ jobs:
45
45
run : cat toolcall-2.json | ./code-to-tree.exe
46
46
- shell : bash
47
47
run : cat toolcall-3.json | ./code-to-tree.exe
48
+ - shell : bash
49
+ run : sha512sum code-to-tree.exe > CHECKSUM-code-to-tree.exe
48
50
- uses : actions/upload-artifact@v4
49
51
with :
50
52
name : code-to-tree.exe
51
53
path : code-to-tree.exe
54
+ - uses : actions/upload-artifact@v4
55
+ with :
56
+ name : CHECKSUM-code-to-tree.exe
57
+ path : CHECKSUM-code-to-tree.exe
52
58
code-to-tree-macos13 :
53
59
if : contains(github.event.head_commit.message, 'NO_GH_CI') == false
54
60
runs-on : macos-13
78
84
- run : cat toolcall-1.json | ./code-to-tree
79
85
- run : cat toolcall-2.json | ./code-to-tree
80
86
- run : cat toolcall-3.json | ./code-to-tree
87
+ - run : sha512sum code-to-tree > CHECKSUM-code-to-tree
81
88
- uses : actions/upload-artifact@v4
82
89
with :
83
90
name : code-to-tree
84
91
path : code-to-tree
92
+ - uses : actions/upload-artifact@v4
93
+ with :
94
+ name : CHECKSUM-code-to-tree
95
+ path : CHECKSUM-code-to-tree
You can’t perform that action at this time.
0 commit comments