File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -255,12 +255,14 @@ jobs:
255255 - name : Download OK bot
256256 id : download-ok
257257 run : |
258- python ./tools/download_tool.py OK ok --tag v0.1.4
258+ python ./tools/download_tool.py objdiff-cli objdiff --tag v3.3.1
259+ python ./tools/download_tool.py OK ok --tag v0.2.0
259260
260261 - name : Run OK command
261262 id : ok-command
262263 run : |
263- ./ok --previous artifacts/previous.json --current artifacts/progress.json pr > pr.txt
264+ ./objdiff report changes artifacts/previous.json artifacts/progress.json -o artifacts/changes.json
265+ ./ok --changes artifacts/changes.json pr > pr.txt
264266 cat pr.txt
265267 - name : PR comment with file
266268 uses : thollander/actions-comment-pull-request@v3
Original file line number Diff line number Diff line change 145145config .binutils_tag = "2.42-1"
146146config .compilers_tag = "20240706"
147147config .dtk_tag = "v1.4.1"
148- config .objdiff_tag = "v2.7 .1"
148+ config .objdiff_tag = "v3.3 .1"
149149config .sjiswrap_tag = "v1.2.0"
150150config .wibo_tag = "0.6.11"
151151
You can’t perform that action at this time.
0 commit comments