Skip to content

Commit

Permalink
Upload FST
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Mar 26, 2024
1 parent 6e467c2 commit 9135ff5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
paths: "test/results.xml"
if: always()

- name: upload vcd and image
- name: Upload FST and image
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: test-vcd
name: test-fst
path: |
test/tb.vcd
test/result.xml
test/tb.fst
test/results.xml
test/frame.png

0 comments on commit 9135ff5

Please sign in to comment.