Skip to content

Commit

Permalink
[.github] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 8, 2024
1 parent 1c831d1 commit b9d4775
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,8 @@ jobs:
run: /bin/bash -c "chmod u+x $GITHUB_WORKSPACE/.github/check.sh && $GITHUB_WORKSPACE/.github/check.sh"

- name: '📤 Archive generated Verilog code'
if: always()
uses: actions/upload-artifact@v4
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 b9d4775

Please sign in to comment.