Skip to content

Commit

Permalink
Fix generate-json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmmm committed Jan 29, 2025
1 parent 8818308 commit 8f62c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
ninja generated_docs_rv64d
- name: Upload test results
if: always()
- name: Upload JSON doc bundle
uses: actions/upload-artifact@v4
with:
name: riscv_model_rv64d.json
path: build/model/riscv_model_rv64d.json
if-no-files-found: error

0 comments on commit 8f62c29

Please sign in to comment.