Skip to content

Commit

Permalink
Synax change for release name in packaging action
Browse files Browse the repository at this point in the history
Signed-off-by: coleramos425 <[email protected]>
  • Loading branch information
coleramos425 committed Aug 20, 2024
1 parent ed3e3b8 commit 7441f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Determine release name
run: |
if [[ ${{github.ref_name}} == rocm-* ]]; then
echo "RELEASE_NAME=Omniperf ${{ env.VERSION }} for ROCm ${{github.ref_name}}"
echo "RELEASE_NAME=Omniperf ${{ env.VERSION }} for ${{github.ref_name}}"
else
echo "RELEASE_NAME=Omniperf ${{ env.VERSION }}"
fi >> $GITHUB_ENV
Expand All @@ -60,4 +60,4 @@ jobs:
draft: True
name: ${{ env.RELEASE_NAME }}
files: |
omniperf-*.tar.gz
build/omniperf-${{github.ref_name}}.tar.gz

0 comments on commit 7441f04

Please sign in to comment.