Skip to content

Commit

Permalink
Update artifact name in release workflow
Browse files Browse the repository at this point in the history
Modified the artifact name to include the target name from the matrix.
  • Loading branch information
satran004 committed Sep 19, 2024
1 parent c36641c commit c684906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: result
name: result-${{ matrix.TARGET_NAME }}
path: artifacts
- name: List
run: find ./artifacts
Expand Down

0 comments on commit c684906

Please sign in to comment.