Skip to content

Commit

Permalink
ci: Use correct file names of generated NoCs
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 13, 2024
1 parent 4f592ff commit 1f498ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/floogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.examples }}
path: generated/${{ matrix.examples }}_floo_noc.sv
path: generated/floo_${{ matrix.examples }}_noc.sv
if-no-files-found: error
retention-days: 1

Expand Down

0 comments on commit 1f498ac

Please sign in to comment.