Skip to content

Commit

Permalink
Merge pull request #368 from antmicro/umarcor/artifacts
Browse files Browse the repository at this point in the history
ci: avoid overwriting artifacts
  • Loading branch information
kgugala authored Oct 14, 2022
2 parents f5a40b2 + 857a1d1 commit 23a158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-tuttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: f4pga-examples-bitstreams-${{ matrix.name }}
name: ${{matrix.os}}-${{matrix.os-version}}-f4pga-examples-bitstreams-${{ matrix.name }}
path: '**/*.bit'

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 23a158d

Please sign in to comment.