Skip to content

Commit e5609b7

Browse files
committed
Fix file names
1 parent 2f6b18f commit e5609b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kani.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@ jobs:
220220

221221
- name: Run log parser
222222
run: |
223-
gunzip ${{ matrix.os }}-autoharness-verification.log.gz
224-
tar xzf ${{ matrix.os }}-results.tar.gz
223+
gunzip autoharness-verification.log.gz
224+
tar xzf results.tar.gz
225225
python3 scripts/kani-std-analysis/log_parser.py \
226226
--kani-list-file kani-list.json \
227227
--analysis-results-dir results/ \
228-
${{ matrix.os }}-autoharness-verification.log \
228+
autoharness-verification.log \
229229
-o results.json
230230
231231
- name: Upload JSON

0 commit comments

Comments
 (0)