Skip to content

Commit

Permalink
Make sure artifacts are uploaded to different places
Browse files Browse the repository at this point in the history
  • Loading branch information
changlinli committed Nov 29, 2023
1 parent e90e009 commit 56afc14
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 @@ -45,5 +45,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: zelm-compiler-${{ steps.get_version.outputs.tag }}
name: zelm-compiler-${{ matrix.os }}-${{ steps.get_version.outputs.tag }}
path: ./output/zelm

0 comments on commit 56afc14

Please sign in to comment.