Skip to content

Commit

Permalink
Fix non unique artifac names
Browse files Browse the repository at this point in the history
  • Loading branch information
cschreib committed Nov 3, 2024
1 parent ed24a2d commit 8229ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
if: matrix.build-type == 'Release' && matrix.platform.publish && github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v4
with:
name: snitch-build
name: snitch-${{matrix.platform.build}}
path: |
${{github.workspace}}/snitch-${{matrix.platform.build}}.zip

0 comments on commit 8229ea1

Please sign in to comment.