Skip to content

Commit

Permalink
[.github] add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 7, 2024
1 parent 15263d8 commit 1c831d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ jobs:
with:
name: neorv32_verilog_code
path: src/neorv32_verilog_wrapper.v

- name: Debug
if: always()
uses: actions/upload-artifact@v4
with:
name: debug
path: src/neorv32_verilog_wrapper.v

0 comments on commit 1c831d1

Please sign in to comment.